Package restapi.utils.error
Class CustomInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
restapi.utils.error.CustomInternalErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomInternalErrorException
(String errorMessage) CustomInternalErrorException
(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
-
CustomInternalErrorException
-
CustomInternalErrorException
-