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
ConstructorsConstructorDescriptionSaRMIHibernateExeption
constructor.SaRMIHibernateExeption
constructor.SaRMIHibernateExeption
(String s, Throwable cause) SaRMIHibernateExeption
constructor. -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIHibernateExeption
public SaRMIHibernateExeption()SaRMIHibernateExeption
constructor. -
SaRMIHibernateExeption
SaRMIHibernateExeption
constructor.- Parameters:
s
- message
-
SaRMIHibernateExeption
SaRMIHibernateExeption
constructor.- Parameters:
s
- messagecause
- cause
-