public class ActivitySessionException
extends java.lang.Exception
ActivitySessionException is the superclass of all of the
ActivitySession-specific exceptions that can be thrown by the ActivitySession
service.| Constructor and Description |
|---|
ActivitySessionException()
Constructs a new ActivitySessionException
|
ActivitySessionException(java.lang.Exception ex)
Constructs a new ActivitySessionException with the given nested exception
|
ActivitySessionException(java.lang.String msg)
Constructs a new ActivitySessionException with the given detail message
|
ActivitySessionException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionException with the given detail
message and nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getNestedException()
Returns the exception nested within this ActivitySessionException.
|
public ActivitySessionException()
public ActivitySessionException(java.lang.String msg)
msg - The detail messagepublic ActivitySessionException(java.lang.Exception ex)
ex - The nested exceptiongetNestedException()public ActivitySessionException(java.lang.String msg,
java.lang.Exception ex)
msg - The detail messageex - The nested exceptiongetNestedException()