Uses of Class
org.jcoderz.commons.BaseRuntimeException

Packages that use BaseRuntimeException
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 BaseRuntimeException in org.jcoderz.commons
 

Subclasses of BaseRuntimeException in org.jcoderz.commons
 class ArgumentFractionDigitsViolationException
          The given argument is at least partly malformed.
 class ArgumentMalformedException
          The given argument is at least partly malformed.
 class ArgumentMaxLengthViolationException
          The given argument is at least partly malformed.
 class ArgumentMaxValueViolationException
          The given argument is at least partly malformed.
 class ArgumentMinLengthViolationException
          The given argument is at least partly malformed.
 class ArgumentMinValueViolationException
          The given argument is at least partly malformed.
 class ArgumentPatternViolationException
          The given argument is at least partly malformed.
 class AssertionFailedException
          Assertion failed.
 class DatabaseAccessFailedException
          The system encountered an exception while accessing a database.
 class DatabaseIntegrityErrorException
          While accessing table {TABLE}, the following problem was encountered: {PROBLEM}.
 class InconsistentDatabaseException
          A value read from the database was invalid.
 class InternalErrorException
          The system encountered an unexpected condition, or contains a software bug.
 class RemoteCallFailureException
          The call to a internal remote object failed.
 class RuntimeErrorException
          This is the base exception for all message in the package org.jcoderz.commons.
 class UnexpectedExceptionException
          An exeption occured that was not expected in the current code.
 

Uses of BaseRuntimeException in org.jcoderz.commons.config
 

Subclasses of BaseRuntimeException in org.jcoderz.commons.config
 class ConfigurationFactoryFailedException
          Failed to create ServiceConfiguration instance for service {CLASSNAME}.
 class ConfigurationInitializationFailedException
          Failed to initialize Configuration Service.
 class ConfigurationServiceRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.config.
 class ConfigurationTypeConversionFailedException
          Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}.
 class ConfigurationValueNotFoundException
          Could not read config value for {KEY}.
 

Uses of BaseRuntimeException in org.jcoderz.commons.connector
 

Subclasses of BaseRuntimeException in org.jcoderz.commons.connector
 class ConnectorRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
 class InitializingSslFailedException
          Initializing SSL for outgoing connections failed with reason {String:reason}.
 

Uses of BaseRuntimeException in org.jcoderz.commons.test
 

Subclasses of BaseRuntimeException in org.jcoderz.commons.test
 class FunnyRuntimeException
          Not real fun!
 class ImpliedParameters2Exception
          Not real fun!
 class ImpliedParameters3Exception
          Not real fun!
 class ImpliedParametersException
          Not real fun!
 class TestServiceRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.test.
 



Copyright 2007 The jCoderZ Project.