public class DirectiveExecutionException extends Exception
| Constructor and Description |
|---|
DirectiveExecutionException(Exception e) |
DirectiveExecutionException(String message) |
DirectiveExecutionException(String directiveName,
String errorMessage) |
DirectiveExecutionException(String directiveName,
String errorMessage,
Throwable e) |
DirectiveExecutionException(String s,
Throwable e) |
DirectiveExecutionException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectiveExecutionException(Exception e)
public DirectiveExecutionException(String message)
public DirectiveExecutionException(Throwable e)
public DirectiveExecutionException(String directiveName, String errorMessage)
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.