java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.telosys.common.TelosysException
The Telosys framework checked Exception
Constructor Summary | |
TelosysException(java.lang.String message)
Constructs a new TelosysException and automatically log it in all error outputs |
|
TelosysException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new TelosysException and automatically log it in all error outputs |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TelosysException(java.lang.String message)
message
- public TelosysException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-