Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.NotFoundException
- All Implemented Interfaces:
Serializable
Exception class for not found entities.
- Version:
- 0.4.1
- Author:
- Luca Milazzo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException
(String message) NotFoundException
(String message, Throwable err) Constructs an FormatException with the specified message and exception data. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
Constructs an FormatException with the specified message and exception data.- Parameters:
message
- the exception messageerr
- the root exception object
-
NotFoundException
-