public class TypeMismatchException extends QueryException
Constructor and Description |
---|
TypeMismatchException(java.lang.String msg)
Construct an instance of TypeMismatchException
|
TypeMismatchException(java.lang.String msg,
java.lang.Throwable cause)
Construct an instance of TypeMismatchException
|
getRootCause
public TypeMismatchException(java.lang.String msg)
msg
- the error messagepublic TypeMismatchException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error messagecause
- a Throwable cause of this exception