| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.hibernate.util.HibernateUtilException
HibernateUtilException | public class HibernateUtilException extends java.lang.Exception (Code) | | This exception will get thrown when an error is generated by the Hibernate
Utility libraries.
author: Brett Chaldecott |
HibernateUtilException | public HibernateUtilException()(Code) | | Creates a new instance of HibernateException without detail
message.
|
HibernateUtilException | public HibernateUtilException(String msg)(Code) | | Constructs an instance of HibernateException with the
specified detail message.
Parameters: msg - the detail message. |
HibernateUtilException | public HibernateUtilException(String msg, Throwable ex)(Code) | | Constructs an instance of HibernateException with the
specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception. |
|
|
|