Class SpaceInterruptedException

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

public class SpaceInterruptedException extends org.springframework.dao.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:
  • Constructor Details

    • SpaceInterruptedException

      public SpaceInterruptedException(String msg)
    • SpaceInterruptedException

      public SpaceInterruptedException(String msg, InterruptedException e)