Package org.apache.ignite.sql
Class NoRowSetExpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.sql.SqlException
org.apache.ignite.sql.NoRowSetExpectedException
- All Implemented Interfaces:
Serializable
,TraceableException
Exception is thrown when a query doesn't intend to return any rows (e.g. a DML or a DDL query).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoRowSetExpectedException
public NoRowSetExpectedException()Creates an exception.
-