public class RunFailureException extends Exception
| Constructor and Description | 
|---|
RunFailureException(String message,
                   String type)  | 
RunFailureException(String message,
                   String type,
                   Throwable cause)  | 
RunFailureException(String type,
                   Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getType()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getType()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.