Class RestApplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.astrapi69.spring.exceptionhandling.RestApplicationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestApplicationException extends java.lang.RuntimeExceptionThe general classRestApplicationExceptionfor rest controller exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestApplicationException(int code)RestApplicationException(int code, java.lang.String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()java.lang.StringgetErrorMessage()
-