java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
com.pervasive.datarush.commons.util.RMIInterruptedException
- All Implemented Interfaces:
Serializable
Extension of InterruptedException thrown to indicate that the current thread
was interrupted waiting for a remote request. If remote methods so not
declare either this or InterruptedException as a thrown exception type, an
interruption will result in an
RMIException being thrown and the
thread's interrupt status will not be cleared.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRMIInterruptedException(String message) RMIInterruptedException(String message, Throwable cause) RMIInterruptedException(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
-
RMIInterruptedException
public RMIInterruptedException() -
RMIInterruptedException
-
RMIInterruptedException
-
RMIInterruptedException
-