de.tif.jacob.core.exception
Class UnavailableDatasourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tif.jacob.core.exception.UserRuntimeException
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. |
| 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 |
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
UnavailableDatasourceException
public UnavailableDatasourceException(java.lang.String name,
java.lang.String type)
- Constructs the
UnavailableDatasourceException.
- Parameters:
name - the name of the unavailable data sourcetype - the type of the unavailable data source