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