Package org.trustdeck.exception
Class CreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.CreationException
- All Implemented Interfaces:
Serializable
This class represents an exception when the creation of a new entity type failed.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreationException(String msg) Constructor that only specifies the exception message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CreationException
Constructor that only specifies the exception message.- Parameters:
msg- the exception message
-