Class DuoClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.duo.DuoException
net.shibboleth.idp.plugin.authn.duo.DuoClientException
- All Implemented Interfaces:
Serializable
An exception to signal an error condition during execution of a Duo client.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DuoClientException(String message) Constructor.DuoClientException(String message, Throwable cause) Constructor.DuoClientException(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
-
DuoClientException
public DuoClientException()Constructor. -
DuoClientException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
DuoClientException
Constructor.- Parameters:
message- exception message
-
DuoClientException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-