Class OperationNotPermittedException

All Implemented Interfaces:
Serializable

public final class OperationNotPermittedException extends AccessException
Represents an error related to insufficient privileges to perform certain operations.

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

See Also:
  • Constructor Details

    • OperationNotPermittedException

      public OperationNotPermittedException()
      Constructs an OperationNotPermittedException object with default error message
    • OperationNotPermittedException

      public OperationNotPermittedException<wbr>(Exception ex)
      Constructs an OperationnotPermittedException with the specified exception object
      Parameters:
      ex - Exception object containing error message
    • OperationNotPermittedException

      public OperationNotPermittedException<wbr>(String message)
      Constructs an OperationnotPermittedException with the specified message
      Parameters:
      message - Exception Message string
    • OperationNotPermittedException

      public OperationNotPermittedException<wbr>(String message, Throwable exception)
      Constructs an OperationnotPermittedException with the specified message and Throwable cause
      Parameters:
      message - Exception Message string
      exception - Throwable cause