com.metamatrix.common.buffer
Class MemoryNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.common.buffer.MemoryNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class MemoryNotAvailableException
extends MetaMatrixException

Indicates memory was not available for the requested operation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
MemoryNotAvailableException()
          No-arg costructor required by Externalizable semantics
MemoryNotAvailableException(java.lang.String message)
          Constructor for MemoryNotAvailableException.
MemoryNotAvailableException(java.lang.String code, java.lang.String message)
          Constructor for MemoryNotAvailableException.
MemoryNotAvailableException(java.lang.Throwable e, java.lang.String message)
          Constructor for MemoryNotAvailableException.
MemoryNotAvailableException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
          Constructor for MemoryNotAvailableException.
 
Method Summary
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getFullMessage, toString
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryNotAvailableException

public MemoryNotAvailableException()
No-arg costructor required by Externalizable semantics


MemoryNotAvailableException

public MemoryNotAvailableException(java.lang.String message)
Constructor for MemoryNotAvailableException.

Parameters:
message -

MemoryNotAvailableException

public MemoryNotAvailableException(java.lang.String code,
                                   java.lang.String message)
Constructor for MemoryNotAvailableException.

Parameters:
code -
message -

MemoryNotAvailableException

public MemoryNotAvailableException(java.lang.Throwable e,
                                   java.lang.String message)
Constructor for MemoryNotAvailableException.

Parameters:
e -
message -

MemoryNotAvailableException

public MemoryNotAvailableException(java.lang.Throwable e,
                                   java.lang.String code,
                                   java.lang.String message)
Constructor for MemoryNotAvailableException.

Parameters:
e -
code -
message -


Copyright © 2009. All Rights Reserved.