Class LogonErrorException

All Implemented Interfaces:
Serializable

public class LogonErrorException extends RequestExecutionException
Thrown when a certain service refuses the logon attempt.
See Also:
  • Constructor Details

    • LogonErrorException

      public LogonErrorException(@Nullable String message)
      Constructor.
      Parameters:
      message - The message.
    • LogonErrorException

      public LogonErrorException(@Nullable Throwable cause)
      Constructor.
      Parameters:
      cause - The error cause.
    • LogonErrorException

      public LogonErrorException(@Nullable String message, @Nullable Throwable cause)
      Constructor.
      Parameters:
      message - The message.
      cause - The error cause.
    • LogonErrorException

      public LogonErrorException()