Package error
Class OTMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- error.OTMException
-
- All Implemented Interfaces:
Serializable
public class OTMException extends Exception implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description OTMErrorLog
errorLog
-
Constructor Summary
Constructors Constructor Description OTMException(String string)
OTMException(String string, OTMErrorLog errorLog)
OTMException(String message, Throwable cause)
OTMException(Throwable exc)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
errorLog
public OTMErrorLog errorLog
-
-