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:
java.io.Serializable
public class ProcedureException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcedureException(java.lang.String str)
Construct the exception.
-