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:
java.io.Serializable
public class TopiaRuntimeException
extends java.lang.RuntimeException
TODO-FD20100507 : Need javadoc.
- Version:
- $Id$
- Author:
- chatellier <chatellier@codelutin.com>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TopiaRuntimeException()Default constructor.TopiaRuntimeException(java.lang.String message)Constructor withmessage.TopiaRuntimeException(java.lang.String message, java.lang.Throwable cause)Constructor for a wrapped TopiaRuntimeException over acausewith amessage.TopiaRuntimeException(java.lang.Throwable cause)Constructor for a wrapped TopiaRuntimeException over acause. -
Method Summary
-
Constructor Details
-
TopiaRuntimeException
public TopiaRuntimeException()Default constructor. -
TopiaRuntimeException
public TopiaRuntimeException(java.lang.String message)Constructor withmessage.- Parameters:
message- exception message
-
TopiaRuntimeException
public TopiaRuntimeException(java.lang.String message, java.lang.Throwable cause)Constructor for a wrapped TopiaRuntimeException over acausewith amessage.- Parameters:
message- exception messagecause- exception cause
-
TopiaRuntimeException
public TopiaRuntimeException(java.lang.Throwable cause)Constructor for a wrapped TopiaRuntimeException over acause.- Parameters:
cause- exception cause
-