public class SystemException extends ActivitySessionException
SystemException
is thrown by the ActivitySession service if it
encouters an unexpected internal error.Constructor and Description |
---|
SystemException()
Construct a new SystemException
|
SystemException(java.lang.Exception ex)
Construct a new SystemException with the given nested exception
|
SystemException(java.lang.String msg)
Construct a new SystemException with the given detail message
|
SystemException(java.lang.String msg,
java.lang.Exception ex)
Construct a new SystemException with the given detail message
|
getNestedException
public SystemException()
public SystemException(java.lang.String msg)
msg
- The detail messagepublic SystemException(java.lang.Exception ex)
ex
- The nested exceptionpublic SystemException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception