public class WorkflowException extends Exception
Constructor and Description |
---|
WorkflowException(String message)
Constructs a new workflow exception with the specified detail message and without initialized cause
|
WorkflowException(String message,
Exception reason)
Constructs a new workflow exception with the specified detail message and cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkflowException(String message)
message
- the detail message, for later retrieval though getMessage()public WorkflowException(String message, Exception reason)
message
- the detail message, for later retrieval though getMessage()reason
- the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown)Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.