oracle.adf.controller.activity
Class ActivityLogicException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.adf.controller.ControllerException
                  
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
 
 
 
 
| 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 | 
 
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 bundlecause - 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.
Copyright © 1997, 2011, Oracle. All rights reserved.