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:
java.io.Serializable
public class SaRMISQLException extends SaRMIBaseException
Exception, thrown during the Execution of the native SQL query.- Author:
- lav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMISQLException()
SaRMISQLException
constructor.SaRMISQLException(java.lang.String s)
*SaRMISQLException
constructor.SaRMISQLException(java.lang.String s, java.lang.Throwable cause)
*SaRMISQLException
constructor.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMISQLException
public SaRMISQLException()
SaRMISQLException
constructor.
-
SaRMISQLException
public SaRMISQLException(java.lang.String s)
*SaRMISQLException
constructor.- Parameters:
s
- message
-
SaRMISQLException
public SaRMISQLException(java.lang.String s, java.lang.Throwable cause)
*SaRMISQLException
constructor.- Parameters:
s
- messagecause
- cause
-
-