public class InternalWorkflowException extends RuntimeException
Constructor and Description |
---|
InternalWorkflowException() |
InternalWorkflowException(String s) |
InternalWorkflowException(String s,
Throwable rootCause) |
InternalWorkflowException(Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public InternalWorkflowException()
public InternalWorkflowException(String s)
public InternalWorkflowException(Throwable rootCause)
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.