|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
com.ibm.ftt.resources.core.physical.util.OperationFailedException
public class OperationFailedException
A base class for exceptions which occurred during a resource operation.
Use getWrappedThrowable() to retrieve the wrapped exception, if any.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Constructor Summary | |
|---|---|
OperationFailedException(String message,
String plugin_id,
int code)
Constructs OperationFailedException. |
|
OperationFailedException(String message,
String plugin_id,
int severity,
int code)
Constructs OperationFailedException with severity. |
|
OperationFailedException(String message,
String plugin_id,
int code,
Throwable e)
Constructs OperationFailedException with specified wrapped
exception. |
|
| Method Summary | |
|---|---|
Throwable |
getWrappedThrowable()
Returns wrapped exception. |
| Field Detail |
|---|
public static final String COPY_RIGHT
| Constructor Detail |
|---|
public OperationFailedException(String message,
String plugin_id,
int code,
Throwable e)
OperationFailedException with specified wrapped
exception.
The detail message, plugin id and error code is used to create the
Status object associated with this exception. The severity of
the Status object is set to IStatus.ERROR.
message - a string containing detail messageplugin_id - the plugin id to associate with this exceptioncode - the error codee - the exception to be wrapped
public OperationFailedException(String message,
String plugin_id,
int code)
OperationFailedException.
The detail message, plugin id and error code is used to create the
Status object associated with this exception. The severity of
the Status object is set to IStatus.ERROR.
message - a string containing detail messageplugin_id - the plugin id to associate with this exceptioncode - the error code
public OperationFailedException(String message,
String plugin_id,
int severity,
int code)
OperationFailedException with severity.
The detail message, plugin id, severity and error code is used to create
the Status object associated with this exception.
message - a string containing detail messageplugin_id - the plugin id to associate with this exceptionseverity - the severify such as IStatus.ERROR,
IStatus.CANCEL, etc.code - the error codeStatus| Method Detail |
|---|
public Throwable getWrappedThrowable()
IExceptionWrapper
getWrappedThrowable in interface IExceptionWrappernull if this
exception is actually not used to wrap another exception, but should
instead be treated as having its own type for dispatch purposes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||