Class InterceptorException

All Implemented Interfaces:
Serializable

public class InterceptorException extends RuntimeException
Author:
Andrea Di Cesare <andrea@softinstigate.com>
See Also:
  • Constructor Details

    • InterceptorException

      public InterceptorException()
    • InterceptorException

      public InterceptorException(int statusCode)
      Parameters:
      statusCode -
    • InterceptorException

      public InterceptorException(String message)
      Parameters:
      message -
    • InterceptorException

      public InterceptorException(String message, int statusCode)
      Parameters:
      message -
      statusCode -
    • InterceptorException

      public InterceptorException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • InterceptorException

      public InterceptorException(String message, int statusCode, Throwable cause)
      Parameters:
      message -
      statusCode -
      cause -
  • Method Details

    • getStatusCode

      public int getStatusCode()
      Returns:
      the statusCode