| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.adf.controller.ControllerException
oracle.adf.controller.AdfcUnsupportedOperationException
public class AdfcUnsupportedOperationException
Indicates an attempt was made to perform an operation not supported by the ADFc controller.
| 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 | 
|---|
public AdfcUnsupportedOperationException()
public AdfcUnsupportedOperationException(ExceptionKey key)
key - Key to the resource bundle message
public AdfcUnsupportedOperationException(ExceptionKey key,
                                         java.lang.Throwable cause)
key - Key to the resource bundle messagecause - root cause
public AdfcUnsupportedOperationException(ExceptionKey key,
                                         java.lang.Throwable cause,
                                         java.lang.Object... args)
key - Key to the resource bundle messagecause - root causeargs - message arguments.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||