com.j_spaces.core.exception.internal
Class InterruptedSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jini.space.InternalSpaceException
                  extended by com.j_spaces.core.exception.internal.GSInternalSpaceException
                      extended by com.j_spaces.core.exception.internal.ProxyInternalSpaceException
                          extended by com.j_spaces.core.exception.internal.InterruptedSpaceException
All Implemented Interfaces:
Serializable

public class InterruptedSpaceException
extends com.j_spaces.core.exception.internal.ProxyInternalSpaceException

A wrapper class for the InterruptedException. Used to throw InterruptedException even if the API method signature doesn't have InterruptedException.

Since:
6.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.jini.space.InternalSpaceException
nestedException
 
Constructor Summary
InterruptedSpaceException(InterruptedException cause)
          A wrapper constructor for the caused InterruptedException.
 
Method Summary
 
Methods inherited from class net.jini.space.InternalSpaceException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterruptedSpaceException

public InterruptedSpaceException(InterruptedException cause)
A wrapper constructor for the caused InterruptedException.

Parameters:
cause - the caused InterruptedException.