Class SaWsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ws.wrapper.exception.SaWsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SaWsAuthenticationException
,SaWsDBException
,SaWsLockException
,SaWsRepositoryException
,SaWsWorkflowException
public class SaWsException extends java.lang.Exception
The Class SaWsException.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
The Constant serialVersionUID.
-
Constructor Summary
Constructors Constructor Description SaWsException()
Instantiates a new sa ws exception.SaWsException(java.lang.String message)
Instantiates a new sa ws exception.SaWsException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws exception.SaWsException(java.lang.Throwable cause)
Instantiates a new sa ws exception.
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SaWsException
public SaWsException()
Instantiates a new sa ws exception.
-
SaWsException
public SaWsException(java.lang.String message)
Instantiates a new sa ws exception.- Parameters:
message
- the message
-
SaWsException
public SaWsException(java.lang.Throwable cause)
Instantiates a new sa ws exception.- Parameters:
cause
- the cause
-
SaWsException
public SaWsException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws exception.- Parameters:
message
- the messagecause
- the cause
-
-