Class DuoRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.duo.DuoException
net.shibboleth.idp.plugin.authn.duo.DuoRegistryException
- All Implemented Interfaces:
Serializable
Indicates an error during registry processing.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DuoRegistryException(String message) Constructor.DuoRegistryException(String message, Throwable cause) Constructor.DuoRegistryException(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 serialVersionUIDDefault serialUID.- See Also:
-
-
Constructor Details
-
DuoRegistryException
public DuoRegistryException()Constructor. -
DuoRegistryException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
DuoRegistryException
Constructor.- Parameters:
message- exception message
-
DuoRegistryException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-