Class OIDCProxyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCProxyException
All Implemented Interfaces:
Serializable

@ThreadSafe public class OIDCProxyException extends Exception
An exception to signal a general proxy error.
See Also:
  • Field Details

    • serialVersionUID

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

    • OIDCProxyException

      public OIDCProxyException()
      Constructor.
    • OIDCProxyException

      public OIDCProxyException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - exception to be wrapped by this one
    • OIDCProxyException

      public OIDCProxyException(String message)
      Constructor.
      Parameters:
      message - exception message
    • OIDCProxyException

      public OIDCProxyException(Throwable cause)
      Constructor.
      Parameters:
      cause - exception to be wrapped by this one