public class ProcessFailureException extends Exception
| Constructor and Description |
|---|
ProcessFailureException(String msg)
Constructor based on the message.
|
ProcessFailureException(String msg,
List<org.eclipse.core.runtime.IStatus> statuses)
Constructor based on the message and causes.
|
ProcessFailureException(String msg,
Throwable cause)
Constructor based on the message and cause.
|
ProcessFailureException(String msg,
Throwable cause,
List<org.eclipse.core.runtime.IStatus> statuses) |
ProcessFailureException(Throwable cause)
Constructor based on the message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.core.runtime.IStatus> |
getStatuses()
Returns the Statuses.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessFailureException(String msg)
msg - public ProcessFailureException(Throwable cause)
cause - public ProcessFailureException(String msg, Throwable cause)
msg - cause - public ProcessFailureException(String msg, List<org.eclipse.core.runtime.IStatus> statuses)
msg - statuses - public List<org.eclipse.core.runtime.IStatus> getStatuses()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.