public class ActivitySessionAlreadyActiveException extends ActivitySessionException
ActivitySessionAlreadyActiveException
is thrown by the
ActivitySession service if an attempt is made to associate an ActivitySession
with a thread with which an ActivitySession is already associated.Constructor and Description |
---|
ActivitySessionAlreadyActiveException()
Constructs a new ActivitySessionAlreadyActiveException
|
ActivitySessionAlreadyActiveException(java.lang.Exception ex)
Constructs a new ActivitySessionAlreadyActiveException with the given
nested exception.
|
ActivitySessionAlreadyActiveException(java.lang.String msg)
Constructs a new ActivitySessionAlreadyActiveException with the given
detail message.
|
ActivitySessionAlreadyActiveException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionAlreadyActiveException with the
given detail message and the given nested exception.
|
getNestedException
public ActivitySessionAlreadyActiveException()
public ActivitySessionAlreadyActiveException(java.lang.String msg)
msg
- The detail messagepublic ActivitySessionAlreadyActiveException(java.lang.Exception ex)
ex
- The nested exceptionpublic ActivitySessionAlreadyActiveException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception