Uses of Class
org.jcoderz.commons.BaseException

Packages that use BaseException
org.jcoderz.commons   
org.jcoderz.commons.config   
org.jcoderz.commons.connector This package contains a set of classes and interfaces that should be used by a resource adapter specific implementation of the J2EE Connector API. 
org.jcoderz.commons.test   
 

Uses of BaseException in org.jcoderz.commons
 

Subclasses of BaseException in org.jcoderz.commons
 class EntityNotFoundException
          A database entry in table {TABLE} was not found.
static class LogMessageInfoTest.SampleError
          Sample exception using test log message.
 

Uses of BaseException in org.jcoderz.commons.config
 

Subclasses of BaseException in org.jcoderz.commons.config
 class ConfigurationServiceException
          This is the base exception for all message in the package org.jcoderz.commons.config.
 

Uses of BaseException in org.jcoderz.commons.connector
 

Subclasses of BaseException in org.jcoderz.commons.connector
 class ConnectionRequestFailedException
          Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}.
 class ConnectionResponseFailedException
          Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}.
 class ConnectionTimeoutErrorException
          Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}.
 class ConnectorException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
 class CreatingConnectorFailedException
          Creating a container managed http connection failed to {org.jcoderz.commons.types.Url:url}.
 

Uses of BaseException in org.jcoderz.commons.test
 

Subclasses of BaseException in org.jcoderz.commons.test
 class TestServiceException
          This is the base exception for all message in the package org.jcoderz.commons.test.
 



Copyright 2007 The jCoderZ Project.