Package org.nuiton.topia.persistence
Class TopiaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown if one of the expected configuration entries is missing at runtime
Created: 23 déc. 2005 23:04:28
- Author:
- Benjamin Poussin - poussin@codelutin.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TopiaNotFoundException(String message) Constructor withmessage.TopiaNotFoundException(String message, Throwable cause) Constructor for a wrapped TopiaNotFoundException over acausewith amessage.TopiaNotFoundException(Throwable cause) Constructor for a wrapped TopiaNotFoundException 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
-
TopiaNotFoundException
public TopiaNotFoundException()Default constructor. -
TopiaNotFoundException
Constructor withmessage.- Parameters:
message- exception message
-
TopiaNotFoundException
Constructor for a wrapped TopiaNotFoundException over acausewith amessage.- Parameters:
message- exception messagecause- exception cause
-
TopiaNotFoundException
Constructor for a wrapped TopiaNotFoundException over acause.- Parameters:
cause- exception cause
-