Class OIDCProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCProxyException
- All Implemented Interfaces:
Serializable
An exception to signal a general proxy error.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longGenerated serial UID. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.OIDCProxyException(String message) Constructor.OIDCProxyException(String message, Throwable cause) Constructor.OIDCProxyException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDGenerated serial UID.- See Also:
-
-
Constructor Details
-
OIDCProxyException
public OIDCProxyException()Constructor. -
OIDCProxyException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
OIDCProxyException
Constructor.- Parameters:
message- exception message
-
OIDCProxyException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-