Class RequestInterceptor.RequestInterruptionException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    RequestInterceptor

    public static class RequestInterceptor.RequestInterruptionException
    extends RuntimeException
    Indicate that request processing should be halted. This should only be used in extreme cases as it will halt all request processing and cause any remaining interceptors to be skipped. A message about the halt should be placed into the message field.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestInterruptionException

        public RequestInterruptionException​(String message,
                                            Throwable cause)
      • RequestInterruptionException

        public RequestInterruptionException​(String message)