Package com.beasys.commerce.foundation.exception

This package contains foundation-level exception.

See
          Description

Interface Summary
MessageCatalogException The MessageCatalogException interface is the interface implemented by all MessageCatalog-aware exceptions.
 

Class Summary
CreateSystemException A CreateSystemException signals a fatal error during resource creation.
DeploymentException DeploymentException is thrown when an EJB is deployed incorrectly such that it will not function correctly.
FinderSystemException A FinderSystemException signals a fatal error locating a resource.
NamingSystemException A NamingSystemException signals a fatal error in a resource naming sub-system.
PipelineException Deprecated Use com.bea.p13n.appflow.exception.PipelineException
RemoteSystemException A FinderSystemException signals a fatal error within a remote sub-system.
SystemException The SystemException class is used to signal system-level exceptions to a caller.
UnimplementedException UnimplementedException is thrown when a method has not yet been implemented.
WebflowException A WebflowException exception signals a fatal error in the pipeline sub-system.
 

Exception Summary
ApplicationException The ApplicationException class is used to signal checked business logic exceptions to a caller.
BadInputException BadInputException or sub-classes of BadInputException are to be thrown by classes that implement the InputProcessor interface to signal any bad input.
ConfigurationException A ConfigurationException signals a webflow or pipeline configuration error.
FatalApplicationException The FatalApplicationException class is used to signal runtime business logic exceptions to a caller.
InvalidArgumentException Application exception used to signal that an invalid argument was passed to a method.
InvalidPipelineSessionStateException This exception will be thrown if the state of the PipelineSession is invalid.
PipelineFatalException Deprecated Use com.bea.p13n.appflow.exception.PipelineException
PipelineNonFatalException Deprecated Use com.bea.p13n.appflow.exception.PipelineException
ProcessingException This class is the base class for all processing exceptions.
 

Package com.beasys.commerce.foundation.exception Description

This package contains foundation-level exception. All exceptions that derive from the exceptions in this package are internationalizable via a message catalog of exception messages.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved