com.metamatrix.console.util
Class ExternalException

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.console.util.ExternalException
All Implemented Interfaces:
java.io.Serializable

public class ExternalException
extends MetaMatrixException

Wrapper class intended to represent any exception apparently caused by the server or anything accessed through the server not producing an expected result.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
ExternalException()
          No-arg costructor required by Externalizable semantics
ExternalException(java.lang.Exception ex)
           
ExternalException(java.lang.String msg, java.lang.Exception ex)
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this class.
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getFullMessage
 
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

ExternalException

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


ExternalException

public ExternalException(java.lang.Exception ex)

ExternalException

public ExternalException(java.lang.String msg,
                         java.lang.Exception ex)
Method Detail

toString

public java.lang.String toString()
Description copied from class: MetaMatrixException
Returns a string representation of this class.

Overrides:
toString in class MetaMatrixException
Returns:
String representation of instance


Copyright © 2009. All Rights Reserved.