Package eu.miltema.slimorm
Class BindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.miltema.slimorm.BindException
-
- All Implemented Interfaces:
java.io.Serializable
public class BindException extends java.lang.ExceptionIndicates that parameter binding or result binding has failed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindException(java.lang.String message)BindException(java.lang.String message, java.lang.Exception cause)
-