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:
java.io.Serializable
- Direct Known Subclasses:
SaRMITooManyResultsException
public class SaRMISystemException extends SaRMIBaseException
System related exception raised in common system specific error situations.- Author:
- mak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMISystemException()
constructsSaRMISystemException
.SaRMISystemException(java.lang.String s)
constructsSaRMISystemException
with the specified detailed message.SaRMISystemException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMISystemException
with the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMISystemException
public SaRMISystemException()
constructsSaRMISystemException
.
-
SaRMISystemException
public SaRMISystemException(java.lang.String s)
constructsSaRMISystemException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMISystemException
public SaRMISystemException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMISystemException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-