WebLogic Integration


Uses of Class
com.bea.util.AbstractExceptionContainer

Packages that use AbstractExceptionContainer
com.bea.util Objects/interfaces for general BEA Utility 
com.bea.web The com.bea.web package provides classes that implement form processing framework. 
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
com.bea.wlai.event Provides the WebLogic Application Integration interfaces/classes for working with events. 
 

Uses of AbstractExceptionContainer in com.bea.util
 

Subclasses of AbstractExceptionContainer in com.bea.util
 interface ExceptionStandin
          A proxy exception class representing a linked exception contained in another exception.
 

Uses of AbstractExceptionContainer in com.bea.web
 

Methods in com.bea.web with parameters of type AbstractExceptionContainer
 java.lang.SecurityException ControllerServlet.findSecurityException(AbstractExceptionContainer aec)
          Locates a nested SecurityException; may return null
protected  java.lang.String ControllerServlet.getContainedExceptionMessages(AbstractExceptionContainer aec)
          Appends messages from contained exceptions; don't pass null
 

Uses of AbstractExceptionContainer in com.bea.wlai.client
 

Subclasses of AbstractExceptionContainer in com.bea.wlai.client
 interface ApplicationViewException
          An exception which indicates an error accessing or manipulating an application view.
 interface ConnectionAcquisitionException
           
 interface ConnectionFactoryException
          An exception which indicates an error accessing or manipulating a connection factory.
 interface DeploymentException
          An exception which indicates an error during deployment of an application view.
 interface EngineException
          An exception which indicates an error accessing or manipulating the state of a WLAI engine.
 interface EventContextException
          An exception which indicates an error accessing or manipulating an event context.
 interface NamespaceException
          An exception which indicates an error accessing or manipulating a namespace.
 interface SchemaException
          An exception which indicates an error accessing or manipulating a schema.
 interface TransactionException
           
 interface TransactionTimeoutException
           
 

Uses of AbstractExceptionContainer in com.bea.wlai.common
 

Subclasses of AbstractExceptionContainer in com.bea.wlai.common
 interface LookupException
          Exception thrown when any lookup operation fails
 

Uses of AbstractExceptionContainer in com.bea.wlai.event
 

Subclasses of AbstractExceptionContainer in com.bea.wlai.event
 interface EventRouterException
          An exception which indicates an error accessing or manipulating the event router
 


WebLogic Integration

WebLogic Integration (WLI)