Package com.saperion.ws.pool.exceptions
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.pool.exceptions.AuthenticationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDefault constructor.AuthenticationException
(String message) Constructor.AuthenticationException
(String message, Throwable cause) Constructor.AuthenticationException
(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException()Default constructor. -
AuthenticationException
Constructor.- Parameters:
message
- The exception message.
-
AuthenticationException
Constructor.- Parameters:
cause
- The exception cause.
-
AuthenticationException
Constructor.- Parameters:
message
- The exception message.cause
- The exception cause.
-