Class OIDCRPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCRPException
- All Implemented Interfaces:
Serializable
An exception to signal a general OIDC RelyingParty error.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.OIDCRPException(String message) Constructor.OIDCRPException(String message, Throwable cause) Constructor.OIDCRPException(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 serialVersionUIDSerial UID.- See Also:
-
-
Constructor Details
-
OIDCRPException
public OIDCRPException()Constructor. -
OIDCRPException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
OIDCRPException
Constructor.- Parameters:
message- exception message
-
OIDCRPException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-