Class DuoRegistryException

    • 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 message
        cause - 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