GigaSpaces XAP 9.1 API

com.j_spaces.core.exception
Class ClosedResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.j_spaces.core.exception.ClosedResourceException
All Implemented Interfaces:
Serializable

public class ClosedResourceException
extends RuntimeException

ClosedResourceException is thrown when operation is performed while space is closing its resources. Happens in shutdown,clean,stop and restart

Since:
6.1
Author:
anna
See Also:
Serialized Form

Constructor Summary
ClosedResourceException(String message)
           
ClosedResourceException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ClosedResourceException

public ClosedResourceException(String message)
Parameters:
message -

ClosedResourceException

public ClosedResourceException(String message,
                               Throwable cause)
Parameters:
message -
cause -

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.