com.j_spaces.core.exception.internal
Class InterruptedSpaceException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
net.jini.space.InternalSpaceException
                  
com.j_spaces.core.exception.internal.ProxyInternalSpaceException
                      
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InterruptedSpaceException
public InterruptedSpaceException(InterruptedException cause)
- A wrapper constructor for the caused 
InterruptedException.
- Parameters:
 cause - the caused InterruptedException.