jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class UnavailableDatasourceException

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.UnavailableDatasourceException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableDatasourceException
extends UserRuntimeException

This exception indicates that the implemenation (type) of a required data source is not available. This is the case for jACOB demo installations, which do not support commercial databases.

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
UnavailableDatasourceException(java.lang.String name, java.lang.String type)
          Constructs the UnavailableDatasourceException.
 
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

UnavailableDatasourceException

public UnavailableDatasourceException(java.lang.String name,
                                      java.lang.String type)
Constructs the UnavailableDatasourceException.

Parameters:
name - the name of the unavailable data source
type - the type of the unavailable data source

jACOB 2.7 API Documentation.