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, MetaMatrixException, SOAPProcessingException

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

Constructor Summary
MetaMatrixCoreException()
           
MetaMatrixCoreException(java.lang.String message)
           
MetaMatrixCoreException(java.lang.Throwable e)
           
MetaMatrixCoreException(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.Throwable initCause(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaMatrixCoreException

public MetaMatrixCoreException()

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.String message)

MetaMatrixCoreException

public MetaMatrixCoreException(java.lang.Throwable e)

MetaMatrixCoreException

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

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

initCause

public java.lang.Throwable initCause(java.lang.Throwable cause)
Overrides:
initCause in class java.lang.Throwable


Copyright © 2009. All Rights Reserved.