Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


oracle.security.am.asdk
Class OperationNotPermittedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.am.asdk.AccessException
              extended by oracle.security.am.asdk.OperationNotPermittedException

All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
OperationNotPermittedException()
          Constructs an OperationNotPermittedException object with default error message
OperationNotPermittedException(java.lang.Exception ex)
          Constructs an OperationnotPermittedException with the specified message
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

 

Method Summary

 

Methods inherited from class oracle.security.am.asdk.AccessException
getMessageID, getParams, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OperationNotPermittedException

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

OperationNotPermittedException

public OperationNotPermittedException(java.lang.Exception ex)
Constructs an OperationnotPermittedException with the specified message
Parameters:
ex - Exception object containing error message

OperationNotPermittedException

public OperationNotPermittedException(java.lang.String message)
Constructs an OperationnotPermittedException with the specified message
Parameters:
message - Exception Message string

OperationNotPermittedException

public OperationNotPermittedException(java.lang.String message,
                                      java.lang.Throwable exception)
Constructs an OperationnotPermittedException with the specified message and Throwable cause
Parameters:
message - Exception Message string
exception - Throwable cause

Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


Copyright © 2000,2011, Oracle® and/or its affiliates. All rights reserved.