org.micropsi.common.exception
Class MicropsiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.micropsi.common.exception.MicropsiException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MicropsiConfigException, NetIntegrityException
- public class MicropsiException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
description
|
protected int |
id
|
| 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 |
id
protected int id
description
protected java.lang.String description
MicropsiException
public MicropsiException(int id)
MicropsiException
public MicropsiException(int id,
java.lang.String description)
MicropsiException
public MicropsiException(int id,
java.lang.String description,
java.lang.Throwable rcause)
MicropsiException
public MicropsiException(int id,
java.lang.Throwable rcause)
getMessage
public java.lang.String getMessage()
getRootCause
public java.lang.Throwable getRootCause()
.