|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.task.api.TaskException
com.ibm.task.plugins.TaskDeploymentException
public class TaskDeploymentException
Base class for all exceptions thrown during task deployment.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
TaskDeploymentException(java.lang.String message)
Constructs an exception object. |
|
TaskDeploymentException(java.lang.String key,
java.lang.Object[] vars,
java.lang.String id,
java.lang.Throwable cause)
Constructs an exception object with a localized message. |
|
TaskDeploymentException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception object. |
|
TaskDeploymentException(java.lang.Throwable cause)
Constructs an exception object. |
Method Summary |
---|
Methods inherited from class com.ibm.task.api.TaskException |
---|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public TaskDeploymentException(java.lang.String message)
message
- The error message.public TaskDeploymentException(java.lang.Throwable cause)
cause
- The exception that was thrown.public TaskDeploymentException(java.lang.String message, java.lang.Throwable cause)
message
- The error message.cause
- The exception that was thrown.public TaskDeploymentException(java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
key
- The message key.id
- The message id.vars
- The message variables. May be null
.cause
- The exception that was thrown.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |