Package com.mckoi.database
Class ProcedureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mckoi.database.ProcedureException
- All Implemented Interfaces:
Serializable
An exception that is generated from a stored procedure when some erronious
condition occurs. This error is typically returned back to the client.
- Author:
- Tobias Downer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcedureException
Construct the exception.
-