Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


oracle.adf.controller.security
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adf.controller.ControllerException
                  extended by oracle.adf.controller.security.AuthorizationException

All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends ControllerException
See Also:
Serialized Form

Constructor Summary
protected AuthorizationException(java.lang.Exception e)
           
  AuthorizationException(java.lang.String target, java.lang.String action)
           

 

Method Summary
 java.lang.String getAction()
           
 java.lang.String getTarget()
           

 

Methods inherited from class oracle.adf.controller.ControllerException
getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, init

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AuthorizationException

public AuthorizationException(java.lang.String target,
                              java.lang.String action)

AuthorizationException

protected AuthorizationException(java.lang.Exception e)

Method Detail

getTarget

public java.lang.String getTarget()

getAction

public java.lang.String getAction()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


Copyright © 1997, 2012, Oracle. All rights reserved.