- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.InterruptedException
-
- com.pervasive.datarush.commons.util.RMIInterruptedException
-
- All Implemented Interfaces:
Serializable
public class RMIInterruptedException extends InterruptedException
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 anRMIException
being thrown and the thread's interrupt status will not be cleared.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMIInterruptedException()
RMIInterruptedException(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
-
-