public class QueryTypeMismatchException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
QueryTypeMismatchException()
Create a new
QueryTypeMismatchException with no
detail mesage. |
QueryTypeMismatchException(java.lang.String message)
Create a new
QueryTypeMismatchException with
the String specified as an error message. |
QueryTypeMismatchException(java.lang.String message,
java.lang.Throwable cause)
Create a new
QueryTypeMismatchException with
the String specified as an error message and the
Throwable that caused this exception to be raised. |
static final long serialVersionUID
public QueryTypeMismatchException()
QueryTypeMismatchException
with no
detail mesage.public QueryTypeMismatchException(java.lang.String message)
QueryTypeMismatchException
with
the String
specified as an error message.message
- The error message for the exception.public QueryTypeMismatchException(java.lang.String message, java.lang.Throwable cause)
QueryTypeMismatchException
with
the String
specified as an error message and the
Throwable
that caused this exception to be raised.message
- The error message for the exceptioncause
- The cause of the exception(C) INRIA & friends, 2003-2020