Serializable
public class WorkflowException extends Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
INVALID_ARGS |
Constructor | Description |
---|---|
WorkflowException() |
|
WorkflowException(int type) |
|
WorkflowException(String message) |
|
WorkflowException(String message,
int type) |
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
|
void |
setType(int type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int INVALID_ARGS
Copyright © 2002–2019 itracker. All rights reserved.