Package restapi.utils.error
Class CustomNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
restapi.utils.error.CustomNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomNotFoundException
(String errorMessage) CustomNotFoundException
(String errorMessage, Throwable err) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomNotFoundException
-
CustomNotFoundException
-