Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1)

E10651-04

oracle.adf.controller
Class AdfcUnsupportedOperationException

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.AdfcUnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class AdfcUnsupportedOperationException
extends ControllerException

Indicates an attempt was made to perform an operation not supported by the ADFc controller.

See Also:
Serialized Form

Constructor Summary
AdfcUnsupportedOperationException()
          Constructor.
AdfcUnsupportedOperationException(ExceptionKey key)
          Constructor.
AdfcUnsupportedOperationException(ExceptionKey key, java.lang.Throwable cause)
          Constructor.
AdfcUnsupportedOperationException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
          Constructor.
 
Method Summary
 
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

AdfcUnsupportedOperationException

public AdfcUnsupportedOperationException()
Constructor.


AdfcUnsupportedOperationException

public AdfcUnsupportedOperationException(ExceptionKey key)
Constructor.

Parameters:
key - Key to the resource bundle message

AdfcUnsupportedOperationException

public AdfcUnsupportedOperationException(ExceptionKey key,
                                         java.lang.Throwable cause)
Constructor.

Parameters:
key - Key to the resource bundle message
cause - root cause

AdfcUnsupportedOperationException

public AdfcUnsupportedOperationException(ExceptionKey key,
                                         java.lang.Throwable cause,
                                         java.lang.Object... args)
Constructor.

Parameters:
key - Key to the resource bundle message
cause - root cause
args - message arguments.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1)

E10651-04

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