Package com.avoka.tm.util
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.avoka.tm.util.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a object was not found for given parameters
- Since:
- 21.05.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs anObjectNotFoundException
with no detail message.ObjectNotFoundException
(String message) Constructs anObjectNotFoundException
with the specified detail message.ObjectNotFoundException
(String message, Throwable cause) Constructs anObjectNotFoundException
with the specified detail message and cause.ObjectNotFoundException
(Throwable cause) Constructs anObjectNotFoundException
with the cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
public ObjectNotFoundException()Constructs anObjectNotFoundException
with no detail message. -
ObjectNotFoundException
Constructs anObjectNotFoundException
with the specified detail message.- Parameters:
message
- the detail message.
-
ObjectNotFoundException
Constructs anObjectNotFoundException
with the specified detail message and cause.- Parameters:
message
- the detail message.cause
- Throwable cause
-
ObjectNotFoundException
Constructs anObjectNotFoundException
with the cause.- Parameters:
cause
- Throwable cause
-