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:
java.io.Serializable
public class SaWsAuthenticationException extends SaWsException
The Class SaWsAuthenticationException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaWsAuthenticationException()
Instantiates a new sa ws authentication exception.SaWsAuthenticationException(java.lang.String message)
Instantiates a new sa ws authentication exception.SaWsAuthenticationException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws authentication exception.
-
-
-
Constructor Detail
-
SaWsAuthenticationException
public SaWsAuthenticationException()
Instantiates a new sa ws authentication exception.
-
SaWsAuthenticationException
public SaWsAuthenticationException(java.lang.String message)
Instantiates a new sa ws authentication exception.- Parameters:
message
- the message
-
SaWsAuthenticationException
public SaWsAuthenticationException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws authentication exception.- Parameters:
message
- the messagecause
- the cause
-
-