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 SummaryConstructorsConstructorDescriptionConstructs anObjectNotFoundExceptionwith no detail message.ObjectNotFoundException(String message) Constructs anObjectNotFoundExceptionwith the specified detail message.ObjectNotFoundException(String message, Throwable cause) Constructs anObjectNotFoundExceptionwith the specified detail message and cause.ObjectNotFoundException(Throwable cause) Constructs anObjectNotFoundExceptionwith the cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ObjectNotFoundExceptionpublic ObjectNotFoundException()Constructs anObjectNotFoundExceptionwith no detail message.
- 
ObjectNotFoundExceptionConstructs anObjectNotFoundExceptionwith the specified detail message.- Parameters:
- message- the detail message.
 
- 
ObjectNotFoundExceptionConstructs anObjectNotFoundExceptionwith the specified detail message and cause.- Parameters:
- message- the detail message.
- cause- Throwable cause
 
- 
ObjectNotFoundExceptionConstructs anObjectNotFoundExceptionwith the cause.- Parameters:
- cause- Throwable cause
 
 
-