public class ApplicationNotStartedException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ApplicationNotStartedException(java.lang.Object[] vars)
Constructor.
|
ApplicationNotStartedException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public ApplicationNotStartedException(java.lang.Object[] vars)
vars
- See ApplicationNotStartedException(Object[], Throwable)
public ApplicationNotStartedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBA0160E: Application ''{0}'' is not started.cause
- The exception that was thrown.