public class OnDemandQueryRuntimeException extends StoreQueryRuntimeException
SiddhiApp
Constructor and Description |
---|
OnDemandQueryRuntimeException() |
OnDemandQueryRuntimeException(String message) |
OnDemandQueryRuntimeException(String message,
boolean isClassLoadingIssue) |
OnDemandQueryRuntimeException(String message,
Throwable throwable) |
OnDemandQueryRuntimeException(String message,
Throwable throwable,
boolean isClassLoadingIssue) |
OnDemandQueryRuntimeException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
boolean |
isClassLoadingIssue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OnDemandQueryRuntimeException()
public OnDemandQueryRuntimeException(String message)
public OnDemandQueryRuntimeException(String message, boolean isClassLoadingIssue)
public OnDemandQueryRuntimeException(String message, Throwable throwable)
public OnDemandQueryRuntimeException(Throwable throwable)
public boolean isClassLoadingIssue()
isClassLoadingIssue
in class StoreQueryRuntimeException
Copyright © 2019. All rights reserved.