Class ExternalInterceptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.profile.interceptor.ExternalInterceptorException
All Implemented Interfaces:
Serializable

public class ExternalInterceptorException extends Exception
Exception indicating a problem with the external interceptor process.
Since:
4.0.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated serial UID.
      See Also:
  • Constructor Details

    • ExternalInterceptorException

      public ExternalInterceptorException()
      Constructor.
    • ExternalInterceptorException

      public ExternalInterceptorException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • ExternalInterceptorException

      public ExternalInterceptorException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • ExternalInterceptorException

      public ExternalInterceptorException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one