public class ExecutionPlanCreationException extends RuntimeException
| Constructor and Description |
|---|
ExecutionPlanCreationException() |
ExecutionPlanCreationException(String message) |
ExecutionPlanCreationException(String message,
boolean isClassLoadingIssue) |
ExecutionPlanCreationException(String message,
Throwable throwable) |
ExecutionPlanCreationException(String message,
Throwable throwable,
boolean isClassLoadingIssue) |
ExecutionPlanCreationException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClassLoadingIssue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionPlanCreationException()
public ExecutionPlanCreationException(String message)
public ExecutionPlanCreationException(String message, boolean isClassLoadingIssue)
public ExecutionPlanCreationException(String message, Throwable throwable)
public ExecutionPlanCreationException(Throwable throwable)
Copyright © 2018 WSO2. All Rights Reserved.