com.metamatrix.core
Class MetaMatrixCoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdminException, ApplicationInitializationException, ApplicationLifecycleException, ArgumentConversionException, CommunicationException, ConnectionException, ConnectorException, EventBrokerException, EventSourceException, InvalidIDException, JMXUtil.FailedToRegisterException, MetaMatrixException

public class MetaMatrixCoreException
extends java.lang.Exception

Exception which occurs if an error occurs within the server that is not business-related. For instance, if a service or bean is not available or communication fails.

See Also:
Serialized Form

Field Summary
protected  java.lang.String code
           
 
Constructor Summary
MetaMatrixCoreException()
           
MetaMatrixCoreException(java.lang.String message)
           
MetaMatrixCoreException(java.lang.String errorCode, java.lang.String message)
           
MetaMatrixCoreException(java.lang.Throwable e)
           
MetaMatrixCoreException(java.lang.Throwable e, java.lang.String message)
           
MetaMatrixCoreException(java.lang.Throwable e, java.lang.String errorCode, java.lang.String message)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

code

protected java.lang.String code
Constructor Detail

MetaMatrixCoreException

public MetaMatrixCoreException()

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.String message)

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.String errorCode,
                               java.lang.String message)

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.Throwable e)

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.Throwable e,
                               java.lang.String message)

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.Throwable e,
                               java.lang.String errorCode,
                               java.lang.String message)
Method Detail

getCode

public java.lang.String getCode()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2009. All Rights Reserved.