public class IllegalQueryStatementException extends Exception
Exception for illegal query statements
Copyright 2010 (C) by Martin Ganserer
| Constructor and Description |
|---|
IllegalQueryStatementException()
Creates a new illegal query statement exception.
|
IllegalQueryStatementException(String message)
Creates a new illegal query statement exception.
|
IllegalQueryStatementException(String message,
Throwable cause)
Creates a new illegal query statement exception.
|
IllegalQueryStatementException(Throwable cause)
Creates a new illegal query statement exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalQueryStatementException()
public IllegalQueryStatementException(String message)
message - the error messagepublic IllegalQueryStatementException(Throwable cause)
cause - the cause of the exceptionCopyright © 2015. All rights reserved.