Package org.soulwing.jdbc
Class SQLNoResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.jdbc.SQLRuntimeException
-
- org.soulwing.jdbc.SQLNoResultException
-
- All Implemented Interfaces:
Serializable
public class SQLNoResultException extends SQLRuntimeException
An exception thrown when a single-row query returns nothing at all.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLNoResultException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-