jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class UndefinedDatasourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.tif.jacob.core.exception.UserRuntimeException
                  extended by de.tif.jacob.core.exception.UndefinedDatasourceException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedDatasourceException
extends UserRuntimeException

This exception indicates that a required data source is not defined so far. This is for example the case, if a new application is deployed but one of the required data sources has not been defined by the administrator so far.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
UndefinedDatasourceException(java.lang.String name)
          Constructs the UndefinedDatasourceException.
 
Method Summary
 
Methods inherited from class de.tif.jacob.core.exception.UserRuntimeException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

UndefinedDatasourceException

public UndefinedDatasourceException(java.lang.String name)
Constructs the UndefinedDatasourceException.

Parameters:
name - the name of the undefined datasource

jACOB 2.7 API Documentation.