org.codehaus.mojo.dashboard.report.plugin.hibernate
Class HibernateServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.dashboard.report.plugin.hibernate.HibernateServiceException
All Implemented Interfaces:
java.io.Serializable

public class HibernateServiceException
extends java.lang.Exception

Author:
David Vicente
See Also:
Serialized Form

Constructor Summary
HibernateServiceException()
           
HibernateServiceException(java.lang.String message)
           
HibernateServiceException(java.lang.String message, java.lang.Throwable cause)
           
HibernateServiceException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernateServiceException

public HibernateServiceException()

HibernateServiceException

public HibernateServiceException(java.lang.String message)
Parameters:
message -

HibernateServiceException

public HibernateServiceException(java.lang.Throwable cause)
Parameters:
cause -

HibernateServiceException

public HibernateServiceException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2006-2009 CodeHaus. All Rights Reserved.