public class NotSupportedException extends ActivitySessionException
NotSupportedException
is thrown by the ActivitySession service
if an attempt is made to perform an operation which is not supported in the
calling environment.Constructor and Description |
---|
NotSupportedException()
Constructs a new NotSupportedException
|
NotSupportedException(java.lang.Exception ex)
Constructs a new NotSupportedException with the given nested exception
|
NotSupportedException(java.lang.String msg)
Constructs a new NotSupportedException with the given detail message
|
NotSupportedException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new NotSupportedException with the given detail message
and nested exception
|
getNestedException
public NotSupportedException()
public NotSupportedException(java.lang.String msg)
msg
- The detail messagepublic NotSupportedException(java.lang.Exception ex)
ex
- The nested exceptionpublic NotSupportedException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception