de.tif.jacob.core.exception
Class StartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InstantiationException
de.tif.jacob.core.exception.StartupException
- All Implemented Interfaces:
- java.io.Serializable
public class StartupException
- extends java.lang.InstantiationException
This exception will be thrown only at the startup of the system.
The system is not ready to work if the exception has been throw.
The error must be fixed and the web application must be restarted.
- 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 |
StartupException(java.lang.Class emitter,
java.lang.String message)
Constructs the StartupException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
StartupException
public StartupException(java.lang.Class emitter,
java.lang.String message)
- Constructs the
StartupException.
- Parameters:
emitter - the emitter classmessage - the message