- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.pervasive.datarush.commons.util.RMIException
-
- All Implemented Interfaces:
Serializable
public class RMIException extends RuntimeException
Exception that indicates a remote communication failure. Similar toRemoteException
, but this is a RuntimeException so methods do not need to declare.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMIException()
RMIException(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
-
-