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