public class ActivitySessionResetException extends ActivitySessionException
ActivitySessionResetException
is thrown by the ActivitySession
service if a request to checkpoint an ActivitySession results in all of its
enlisted resources being reset.Constructor and Description |
---|
ActivitySessionResetException()
Constructs a new ActivitySessionResetException
|
ActivitySessionResetException(java.lang.Exception ex)
Constructs a new ActivitySessionResetException with the given nested exception
|
ActivitySessionResetException(java.lang.String msg)
Constructs a new ActivitySessionResetException with the given detail message
|
ActivitySessionResetException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionResetException with the given detail
message and nested exception
|
getNestedException
public ActivitySessionResetException()
public ActivitySessionResetException(java.lang.String msg)
msg
- The detail messagepublic ActivitySessionResetException(java.lang.Exception ex)
ex
- The nested exceptionpublic ActivitySessionResetException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception