public final class OperationNotPermittedException extends AccessException
ASDK consists of Session Management API's which can be performed by privileged agent only. This Exception class indicates an error that an application performing these operations through an agent, which is not privileged
Constructor and Description |
---|
OperationNotPermittedException()
Constructs an OperationNotPermittedException object with default
error message
|
OperationNotPermittedException(java.lang.Exception ex)
Constructs an OperationnotPermittedException with the specified exception
object
|
OperationNotPermittedException(java.lang.String message)
Constructs an OperationnotPermittedException with the specified message
|
OperationNotPermittedException(java.lang.String message,
java.lang.Throwable exception)
Constructs an OperationnotPermittedException with the specified message
and Throwable cause
|
getMessageID, getParams, toString
public OperationNotPermittedException()
public OperationNotPermittedException(java.lang.Exception ex)
ex
- Exception object containing error messagepublic OperationNotPermittedException(java.lang.String message)
message
- Exception Message stringpublic OperationNotPermittedException(java.lang.String message, java.lang.Throwable exception)
message
- Exception Message stringexception
- Throwable cause