com.gemstone.gemfire.cache.query
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.TypeMismatchException
- All Implemented Interfaces:
- Serializable
public class TypeMismatchException
- extends QueryException
Thrown if type consistency is violated while a query is being executed.
- Since:
- 4.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TypeMismatchException
public TypeMismatchException(String msg)
- Construct an instance of TypeMismatchException
- Parameters:
msg - the error message
TypeMismatchException
public TypeMismatchException(String msg,
Throwable cause)
- Construct an instance of TypeMismatchException
- Parameters:
msg - the error messagecause - a Throwable cause of this exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.