Class DuoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.duo.DuoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuoClientException, DuoRegistryException

@ThreadSafe public class DuoException extends Exception
An exception to signal a general Duo error.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial UID.
      See Also:
  • Constructor Details

    • DuoException

      public DuoException()
      Constructor.
    • DuoException

      public DuoException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - exception to be wrapped by this one
    • DuoException

      public DuoException(String message)
      Constructor.
      Parameters:
      message - exception message
    • DuoException

      public DuoException(Throwable cause)
      Constructor.
      Parameters:
      cause - exception to be wrapped by this one