Class DuoClientException

  • All Implemented Interfaces:
    Serializable

    @ThreadSafe
    public class DuoClientException
    extends DuoException
    An exception to signal an error condition during execution of a Duo client.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DuoClientException

        public DuoClientException()
        Constructor.
      • DuoClientException

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

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

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