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.activity
Class ActivityLogicException

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.activity.ActivityLogicException

All Implemented Interfaces:
java.io.Serializable

public class ActivityLogicException
extends ControllerException

Indicates that an error occured while executing the logic of an activity implementation.

See Also:
Serialized Form

Constructor Summary
ActivityLogicException()
          Constructor.
ActivityLogicException(ExceptionKey key)
           
ActivityLogicException(ExceptionKey key, java.lang.Throwable cause)
           
ActivityLogicException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
           

 

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

ActivityLogicException

public ActivityLogicException()
Constructor.

ActivityLogicException

public ActivityLogicException(ExceptionKey key)
Parameters:
key - The key to the resource bundle

ActivityLogicException

public ActivityLogicException(ExceptionKey key,
                              java.lang.Throwable cause)
Parameters:
key - The key to the resource bundle
cause - an originating cause for the exception.

ActivityLogicException

public ActivityLogicException(ExceptionKey key,
                              java.lang.Throwable cause,
                              java.lang.Object... args)
Parameters:
key - The key to the resource bundle.
cause - an originating cause for the exception.
args - Object array for the messageFormatting.

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.