Class WSLoginFailedException

All Implemented Interfaces:
Serializable

public class WSLoginFailedException extends LoginException
This exception is thrown whenever authentication fails.
See Also:
  • Constructor Details

    • WSLoginFailedException

      public WSLoginFailedException(String errorMessage)

      A constructor that accepts an error message. The error message can be retrieved using the getMessage() API.

      Parameters:
      errorMessage - An error message.