Package org.nuiton.topia
Class TopiaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class TopiaNotFoundException extends TopiaException
TODO-FD20100507 : Need javadoc.
Created: 23 déc. 2005 23:04:28
- Version:
- $Id$
- Author:
- poussin <poussin@codelutin.com>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TopiaNotFoundException()Default constructor.TopiaNotFoundException(java.lang.String message)Constructor withmessage.TopiaNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructor for a wrapped TopiaNotFoundException over acausewith amessage.TopiaNotFoundException(java.lang.Throwable cause)Constructor for a wrapped TopiaNotFoundException over acause. -
Method Summary
-
Constructor Details
-
TopiaNotFoundException
public TopiaNotFoundException()Default constructor. -
TopiaNotFoundException
public TopiaNotFoundException(java.lang.String message)Constructor withmessage.- Parameters:
message- exception message
-
TopiaNotFoundException
public TopiaNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructor for a wrapped TopiaNotFoundException over acausewith amessage.- Parameters:
message- exception messagecause- exception cause
-
TopiaNotFoundException
public TopiaNotFoundException(java.lang.Throwable cause)Constructor for a wrapped TopiaNotFoundException over acause.- Parameters:
cause- exception cause
-