Class LogonErrorException

All Implemented Interfaces:
Serializable

@Deprecated public class LogonErrorException extends RequestExecutionException
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown when a certain service refuses the logon attempt.
See Also:
  • Constructor Details

    • LogonErrorException

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

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

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

      public LogonErrorException()
      Deprecated.