GigaSpaces XAP 9.7.2 API

org.openspaces.core
Class SpaceInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.openspaces.core.SpaceInterruptedException
All Implemented Interfaces:
Serializable

public class SpaceInterruptedException
extends DataAccessException

Indicates an interrupted exception that is thrown from the Space. For example when interrupting a Space while performing a blocking operation.

Author:
kimchy
See Also:
Serialized Form

Constructor Summary
SpaceInterruptedException(String msg)
           
SpaceInterruptedException(String msg, InterruptedException e)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceInterruptedException

public SpaceInterruptedException(String msg)

SpaceInterruptedException

public SpaceInterruptedException(String msg,
                                 InterruptedException e)

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.