java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.telosys.common.TelosysRuntimeException
The Telosys framework unchecked Exception
Constructor Summary | |
TelosysRuntimeException(java.lang.String message)
Constructs a new Exception and automatically log it in all error outputs |
|
TelosysRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Exception 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 TelosysRuntimeException(java.lang.String message)
message
- public TelosysRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-