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 SummaryConstructorsConstructorDescriptionDefault constructor.AuthenticationException(String message) Constructor.AuthenticationException(String message, Throwable cause) Constructor.AuthenticationException(Throwable cause) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationExceptionpublic AuthenticationException()Default constructor.
- 
AuthenticationExceptionConstructor.- Parameters:
- message- The exception message.
 
- 
AuthenticationExceptionConstructor.- Parameters:
- cause- The exception cause.
 
- 
AuthenticationExceptionConstructor.- Parameters:
- message- The exception message.
- cause- The exception cause.
 
 
-