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

E17480-02

oracle.adf.controller.activity
Class UnknownActivityTypeException

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

public class UnknownActivityTypeException
extends ControllerException

Indicates that an unknown activity type was found in the metadata.

See Also:
Serialized Form

Constructor Summary
UnknownActivityTypeException(java.lang.String activityType)
          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

UnknownActivityTypeException

public UnknownActivityTypeException(java.lang.String activityType)
Constructor.

Parameters:
activityType - - the activity type

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

E17480-02

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