Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.system.general
Class AuthorizationDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.system.general.AuthorizationDeniedException

All Implemented Interfaces:
Serializable

public class AuthorizationDeniedException
extends RuntimeException

Authorization denied.

The error message associated with this exception is:

IRM-01061: Not authorized to perform this operation.
See Also:
Serialized Form

Constructor Summary
AuthorizationDeniedException()
          Constructor.
AuthorizationDeniedException(Throwable cause)
          Constructor.

 

Method Summary

 

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

 

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

 

Constructor Detail

AuthorizationDeniedException

public AuthorizationDeniedException()
Constructor.

AuthorizationDeniedException

public AuthorizationDeniedException(Throwable cause)
Constructor.
Parameters:
cause - Cause of the exception.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.