Class RMIInterruptedException

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 an RMIException being thrown and the thread's interrupt status will not be cleared.
See Also:
  • Constructor Details

    • RMIInterruptedException

      public RMIInterruptedException()
    • RMIInterruptedException

      public RMIInterruptedException(String message, Throwable cause)
    • RMIInterruptedException

      public RMIInterruptedException(String message)
    • RMIInterruptedException

      public RMIInterruptedException(Throwable cause)