public class WorkflowException extends Exception
Constructor and Description |
---|
WorkflowException() |
WorkflowException(String s) |
WorkflowException(String s,
Throwable rootCause) |
WorkflowException(Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
String |
getMessage() |
Throwable |
getRootCause() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public WorkflowException()
public WorkflowException(String s)
public WorkflowException(Throwable rootCause)
public String getMessage()
getMessage
in class Throwable
public Throwable getRootCause()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2021 catworkx GmbH. All rights reserved.