Package com.saperion.rmi.serverexception
Class SaRMISQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMISQLException
- All Implemented Interfaces:
Serializable
Exception, thrown during the Execution of the native SQL query.
- Author:
- lav
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSaRMISQLExceptionconstructor.*SaRMISQLExceptionconstructor.SaRMISQLException(String s, Throwable cause) *SaRMISQLExceptionconstructor. -
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
-
SaRMISQLException
public SaRMISQLException()SaRMISQLExceptionconstructor. -
SaRMISQLException
*SaRMISQLExceptionconstructor.- Parameters:
s- message
-
SaRMISQLException
*SaRMISQLExceptionconstructor.- Parameters:
s- messagecause- cause
-