public class QueryConversionException extends Exception
| Constructor and Description |
|---|
QueryConversionException(String message)
Contructor with String message indicate the exception reason
|
QueryConversionException(String message, Throwable cause)
Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
|
QueryConversionException(Throwable cause)
Constructor with a Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryConversionException(String message)
message - the String exception messagepublic QueryConversionException(String message, Throwable cause)
message - the String exception messagecause - the higher level causepublic QueryConversionException(Throwable cause)
cause - the Throwable