Class NoRowSetExpectedException

All Implemented Interfaces:
Serializable, TraceableException

public class NoRowSetExpectedException extends SqlException
Exception is thrown when a query doesn't intend to return any rows (e.g. a DML or a DDL query).
See Also:
  • Constructor Details

    • NoRowSetExpectedException

      public NoRowSetExpectedException()
      Creates an exception.