Package org.nuiton.topia
Class TopiaVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.TopiaVetoException
- All Implemented Interfaces:
Serializable
TODO-FD20100507 : Need javadoc.
Created: 5 janv. 2006 00:47:51
- Version:
- $Id$
- Author:
- poussin <poussin@codelutin.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TopiaVetoException(String message) Constructor withmessage.TopiaVetoException(String message, Throwable cause) Constructor for a wrapped TopiaVetoException over acausewith amessage.TopiaVetoException(Throwable cause) Constructor for a wrapped TopiaVetoException 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
-
TopiaVetoException
public TopiaVetoException()Default constructor. -
TopiaVetoException
Constructor withmessage.- Parameters:
message- exception message
-
TopiaVetoException
Constructor for a wrapped TopiaVetoException over acausewith amessage.- Parameters:
message- exception messagecause- exception cause
-
TopiaVetoException
Constructor for a wrapped TopiaVetoException over acause.- Parameters:
cause- exception cause
-