Expresso 5-6

Uses of Package
com.jcorporate.expresso.kernel.exception

Packages that use com.jcorporate.expresso.kernel.exception
com.jcorporate.expresso.core.cache Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.  
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.db.datasource DataSource components for establishing database connections and connection pooling via JNDI Also contains all Exceptions used for Data Source while working with Expresso. 
com.jcorporate.expresso.core.db.exception Specific database exceptions, subclassing DBException 
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.job Classes that define "Jobs" or server-side tasks that are run asynchronously to the user's web browser.  
com.jcorporate.expresso.core.logging This package contains the objects that form Expresso's interface to the log4j logging system, including a custom appender to write to Expresso database-based log. 
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.core.security.strongencryption Package for containing Hashing and Symmetric encryption.  
com.jcorporate.expresso.ext.report Contains an example of a ReportPage object to report statistics on downloaded files. 
com.jcorporate.expresso.kernel The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime.  
com.jcorporate.expresso.kernel.exception This package contains an exception hierarchy that can be thrown by the Expresso runtime system.. 
com.jcorporate.expresso.kernel.management This package provide classes that provide the core logic for managing the Expresso configuration hierarchy.  
com.jcorporate.expresso.services.html HTML objects - used to build HTML pages by servlets to define their user interface.  
com.jcorporate.expresso.services.validation This package provides for a 'validation framework'.  
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.cache
ChainedException
          Enhanced Exception class to allow Exception chaining.
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.controller
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.dataobjects
ChainedException
          Enhanced Exception class to allow Exception chaining.
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.dataobjects.jdbc
ChainedException
          Enhanced Exception class to allow Exception chaining.
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.db
ChainedException
          Enhanced Exception class to allow Exception chaining.
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.db.datasource
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.db.exception
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.dbobj
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.job
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.logging
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.misc
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.security
ChainedException
          Enhanced Exception class to allow Exception chaining.
ConfigurationException
          Exception that marks a configuration Exception.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.core.security.strongencryption
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.ext.report
ChainedException
          Enhanced Exception class to allow Exception chaining.
ExpressoRuntimeException
          ExpressoRuntimeException is the base class for most wrapper exceptions that the Expresso component hierarchy will throw on component level exceptions
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.kernel
ConfigurationException
          Exception that marks a configuration Exception.
ContainerVetoException
          This Exception is for the extremely rare case that the container you are a part of is about to install another component that would completely disrupt your own operation.
InstallationException
          Installation Exception is thrown during a 'fatal error' when an installable component is getting installed.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.kernel.exception
ChainedException
          Enhanced Exception class to allow Exception chaining.
ExpressoRuntimeException
          ExpressoRuntimeException is the base class for most wrapper exceptions that the Expresso component hierarchy will throw on component level exceptions
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.kernel.management
ConfigurationException
          Exception that marks a configuration Exception.
ExpressoRuntimeException
          ExpressoRuntimeException is the base class for most wrapper exceptions that the Expresso component hierarchy will throw on component level exceptions
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.services.html
ChainedException
          Enhanced Exception class to allow Exception chaining.
 

Classes in com.jcorporate.expresso.kernel.exception used by com.jcorporate.expresso.services.validation
ChainedException
          Enhanced Exception class to allow Exception chaining.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.