Class RestApplicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.astrapi69.spring.exceptionhandling.RestApplicationException
All Implemented Interfaces:
Serializable

public class RestApplicationException extends RuntimeException
The general class RestApplicationException for rest controller exceptions
See Also:
  • Constructor Details

    • RestApplicationException

      public RestApplicationException(int code)
    • RestApplicationException

      public RestApplicationException(int code, String errorMessage)
  • Method Details

    • getCode

      public int getCode()
    • getErrorMessage

      public String getErrorMessage()