Class ExpiredException

All Implemented Interfaces:
Serializable

public final class ExpiredException extends DesktopException
Exception thrown when the user's password has expired.
See Also:
  • Constructor Details

    • ExpiredException

      public ExpiredException()
      Constructs a new ExpiredException instance.
    • ExpiredException

      public ExpiredException(String message)
      Constructs a new ExpiredException with a message.
      Parameters:
      message - the detail message.
    • ExpiredException

      public ExpiredException(Throwable cause)
      Constructs a new ExpiredException with a cause.
      Parameters:
      cause - the cause of this exception.
    • ExpiredException

      public ExpiredException(String message, Throwable cause)
      Constructs a new ExpiredException with a message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception.