de.tif.jacob.core.exception
Class UndefinedDatasourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tif.jacob.core.exception.UserRuntimeException
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. |
| 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
UndefinedDatasourceException
public UndefinedDatasourceException(java.lang.String name)
- Constructs the
UndefinedDatasourceException.
- Parameters:
name - the name of the undefined datasource