public class QueryValidatorException extends QueryProcessingException
code
Constructor and Description |
---|
QueryValidatorException()
No-arg constructor required by Externalizable semantics.
|
QueryValidatorException(BundleUtil.Event event,
String msg) |
QueryValidatorException(BundleUtil.Event event,
Throwable e) |
QueryValidatorException(BundleUtil.Event event,
Throwable e,
String msg) |
QueryValidatorException(String message)
Construct an instance with the message specified.
|
QueryValidatorException(Throwable e) |
QueryValidatorException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryValidatorException()
public QueryValidatorException(String message)
message
- A message describing the exceptionpublic QueryValidatorException(Throwable e)
public QueryValidatorException(Throwable e, String message)
message
- A message describing the exceptione
- An exception to nest within this onepublic QueryValidatorException(BundleUtil.Event event, Throwable e)
public QueryValidatorException(BundleUtil.Event event, Throwable e, String msg)
public QueryValidatorException(BundleUtil.Event event, String msg)
Copyright © 2018 JBoss by Red Hat. All rights reserved.