Package com.saperion.rmi.serverexception
Class SaRMISystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMISystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SaRMITooManyResultsException
System related exception raised in common system specific error situations.
- Author:
- mak
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionconstructsSaRMISystemException
.constructsSaRMISystemException
with the specified detailed message.SaRMISystemException
(String s, Throwable cause) constructsSaRMISystemException
with the specified message and nested exception. -
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
-
SaRMISystemException
public SaRMISystemException()constructsSaRMISystemException
. -
SaRMISystemException
constructsSaRMISystemException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMISystemException
constructsSaRMISystemException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-