Package org.nuiton.topia
Class TopiaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.TopiaRuntimeException
- All Implemented Interfaces:
Serializable
TODO-FD20100507 : Need javadoc.
- Version:
- $Id$
- Author:
- chatellier <chatellier@codelutin.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TopiaRuntimeException(String message) Constructor withmessage.TopiaRuntimeException(String message, Throwable cause) Constructor for a wrapped TopiaRuntimeException over acausewith amessage.TopiaRuntimeException(Throwable cause) Constructor for a wrapped TopiaRuntimeException over acause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopiaRuntimeException
public TopiaRuntimeException()Default constructor. -
TopiaRuntimeException
Constructor withmessage.- Parameters:
message- exception message
-
TopiaRuntimeException
Constructor for a wrapped TopiaRuntimeException over acausewith amessage.- Parameters:
message- exception messagecause- exception cause
-
TopiaRuntimeException
Constructor for a wrapped TopiaRuntimeException over acause.- Parameters:
cause- exception cause
-