Class SaWsWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.wrapper.exception.SaWsException
com.saperion.ws.wrapper.wf.exception.SaWsWorkflowException
- All Implemented Interfaces:
Serializable
The Class SaWsWorkflowException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws workflow exception.SaWsWorkflowException
(String message) Instantiates a new sa ws workflow exception.SaWsWorkflowException
(String message, Throwable cause) Instantiates a new sa ws workflow 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
-
SaWsWorkflowException
public SaWsWorkflowException()Instantiates a new sa ws workflow exception. -
SaWsWorkflowException
Instantiates a new sa ws workflow exception.- Parameters:
message
- the message
-
SaWsWorkflowException
Instantiates a new sa ws workflow exception.- Parameters:
message
- the messagecause
- the cause
-