Package com.saperion.rmi.serverexception
Class SaRMIHibernateExeption
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMIHibernateExeption
- All Implemented Interfaces:
Serializable
Exception, thrown during the Execution of the query by Hibernate.
- Author:
- lav
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSaRMIHibernateExeptionconstructor.SaRMIHibernateExeptionconstructor.SaRMIHibernateExeption(String s, Throwable cause) SaRMIHibernateExeptionconstructor. -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceStringMethods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIHibernateExeption
public SaRMIHibernateExeption()SaRMIHibernateExeptionconstructor. -
SaRMIHibernateExeption
SaRMIHibernateExeptionconstructor.- Parameters:
s- message
-
SaRMIHibernateExeption
SaRMIHibernateExeptionconstructor.- Parameters:
s- messagecause- cause
-