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
@ThreadSafe public class DuoRegistryException extends DuoException
Indicates an error during registry processing.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDefault serialUID.
-
Constructor Summary
Constructors Constructor Description DuoRegistryException()Constructor.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 Detail
-
serialVersionUID
private static final long serialVersionUID
Default serialUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DuoRegistryException
public DuoRegistryException()
Constructor.
-
DuoRegistryException
public DuoRegistryException(String message, Throwable cause)
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
DuoRegistryException
public DuoRegistryException(String message)
Constructor.- Parameters:
message- exception message
-
DuoRegistryException
public DuoRegistryException(Throwable cause)
Constructor.- Parameters:
cause- exception to be wrapped by this one
-
-