Class InvalidLiveSQLStatementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hotrod.runtime.livesql.exceptions.InvalidLiveSQLStatementException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidLiveSQLClauseException,UnsupportedLiveSQLFeatureException
public class InvalidLiveSQLStatementException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLiveSQLStatementException(java.lang.String message)
-