Class SaWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.wrapper.exception.SaWsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SaWsAuthenticationException
,SaWsDBException
,SaWsLockException
,SaWsRepositoryException
,SaWsWorkflowException
The Class SaWsException.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final long
The Constant serialVersionUID. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws exception.SaWsException
(String message) Instantiates a new sa ws exception.SaWsException
(String message, Throwable cause) Instantiates a new sa ws exception.SaWsException
(Throwable cause) Instantiates a new sa ws exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDThe Constant serialVersionUID.- See Also:
-
-
Constructor Details
-
SaWsException
public SaWsException()Instantiates a new sa ws exception. -
SaWsException
Instantiates a new sa ws exception.- Parameters:
message
- the message
-
SaWsException
Instantiates a new sa ws exception.- Parameters:
cause
- the cause
-
SaWsException
Instantiates a new sa ws exception.- Parameters:
message
- the messagecause
- the cause
-