Class LogonException

All Implemented Interfaces:
Serializable

public class LogonException extends AbstractRuntimeException
Thrown when logon attempt fails due to configuration or credential errors.
Since:
2.1
See Also:
  • Constructor Details

    • LogonException

      public LogonException(String message)
      Constructs a LogonException with the specified message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
    • LogonException

      public LogonException(String message, Throwable cause)
      Constructs a LogonException with the specified message and root cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)