Class DuoException

    • Field Detail

      • serialVersionUID

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

      • 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