Class RestApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.astrapi69.spring.exceptionhandling.RestApplicationException
- All Implemented Interfaces:
Serializable
The general class
RestApplicationException
for rest controller exceptions- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestApplicationException
(int code) RestApplicationException
(int code, String errorMessage) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestApplicationException
public RestApplicationException(int code) -
RestApplicationException
-
-
Method Details
-
getCode
public int getCode() -
getErrorMessage
-