java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.commons.util.RMIException
- All Implemented Interfaces:
Serializable
Exception that indicates a remote communication failure. Similar to
RemoteException, but this is a RuntimeException so methods do not
need to declare.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRMIException(String message) RMIException(String message, Throwable cause) RMIException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RMIException
public RMIException() -
RMIException
-
RMIException
-
RMIException
-