Class DuoRegistryException

All Implemented Interfaces:
Serializable

@ThreadSafe public class DuoRegistryException extends DuoException
Indicates an error during registry processing.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Default serialUID.
      See Also:
  • Constructor Details

    • 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