Class SaWsAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.wrapper.exception.SaWsException
com.saperion.ws.wrapper.exception.SaWsAuthenticationException
- All Implemented Interfaces:
Serializable
The Class SaWsAuthenticationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws authentication exception.SaWsAuthenticationException
(String message) Instantiates a new sa ws authentication exception.SaWsAuthenticationException
(String message, Throwable cause) Instantiates a new sa ws authentication exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaWsAuthenticationException
public SaWsAuthenticationException()Instantiates a new sa ws authentication exception. -
SaWsAuthenticationException
Instantiates a new sa ws authentication exception.- Parameters:
message
- the message
-
SaWsAuthenticationException
Instantiates a new sa ws authentication exception.- Parameters:
message
- the messagecause
- the cause
-