GigaSpaces XAP 9.7.2 API

org.openspaces.core
Class UnusableEntryException

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.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.DataRetrievalFailureException
                              extended by org.openspaces.core.UnusableEntryException
All Implemented Interfaces:
Serializable

public class UnusableEntryException
extends DataRetrievalFailureException

Thrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors). Wraps UnusableEntryException.

Author:
kimchy
See Also:
Serialized Form

Constructor Summary
UnusableEntryException(String message, UnusableEntryException cause)
           
UnusableEntryException(UnusableEntryException cause)
           
 
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

UnusableEntryException

public UnusableEntryException(String message,
                              UnusableEntryException cause)

UnusableEntryException

public UnusableEntryException(UnusableEntryException cause)

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.