Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.pool.exceptions.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends Exception
This Exception will be thrown, if the pool factory has problems to create a SaClassicConnector instance and can't log in.
Author:
Daniel Manzke
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
      Default constructor.
    • AuthenticationException

      public AuthenticationException(String message)
      Constructor.
      Parameters:
      message - The exception message.
    • AuthenticationException

      public AuthenticationException(Throwable cause)
      Constructor.
      Parameters:
      cause - The exception cause.
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The exception message.
      cause - The exception cause.