com.metamatrix.console.util
Class ExternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.api.exception.MetaMatrixException
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
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
toString
public java.lang.String toString()
- Overrides:
toString in class MetaMatrixException
Copyright © 2009. All Rights Reserved.