com.cmpware.cmp
Class SystemMemoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cmpware.cmp.SystemMemoryException
All Implemented Interfaces:
java.io.Serializable

public class SystemMemoryException
extends java.lang.Exception

This class implements the System Memory Exception. This is used to indicate that a System Memory configuration object could not be allocated or accessed.

Copyright (c) 2004, 2005 Cmpware, Inc. All Rights Reserved.

Author:
SAG
See Also:
Serialized Form

Field Summary
static java.lang.String copyright
          Copyright string
(package private) static long serialVersionUID
           
 
Constructor Summary
SystemMemoryException()
          The constructor
SystemMemoryException(java.lang.String msg)
          A constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SystemMemoryException

public SystemMemoryException()
The constructor


SystemMemoryException

public SystemMemoryException(java.lang.String msg)
A constructor.

Parameters:
msg - The exception message string.