Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uni_trier.wi2.procake.utils.exception.CAKEException
de.uni_trier.wi2.procake.utils.exception.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
The
ObjectNotFoundException
is thrown when a requested object can not be found.- Author:
- rmaximi
- See Also:
-
Constructor Summary
ConstructorDescriptionObjectNotFoundException
(String message, String... parameter) ObjectNotFoundException
(String message, Throwable cause, String... parameter) -
Method Summary
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CAKEException
format
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
- Parameters:
message
- An exception description.parameter
- Additional parameters.
-
ObjectNotFoundException
- Parameters:
message
- An exception description.cause
- The cause of the exception.parameter
- Additional parameters.
-