public class IndyWorkflowException extends Exception
DownloadManager, which is normally two layers down thanks
to binding controllers). Workflow exceptions are intended to carry with them some notion of what response to send to the user (even if it's
the default: HTTP 500).| Constructor and Description |
|---|
IndyWorkflowException(int status,
String message,
Object... params) |
IndyWorkflowException(int status,
String message,
Throwable cause,
Object... params) |
IndyWorkflowException(String message,
Object... params) |
IndyWorkflowException(String message,
Throwable cause,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
void |
filterLocationErrors() |
String |
getMessage() |
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndyWorkflowException(String message, Throwable cause, Object... params)
public String getMessage()
getMessage in class Throwablepublic int getStatus()
public void filterLocationErrors()
throws IndyWorkflowException
IndyWorkflowExceptionCopyright © 2011-2018-2018. All Rights Reserved.