GigaSpaces XAP 9.0 API

org.openspaces.core
Class InvalidFifoClassException

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.InvalidDataAccessResourceUsageException
                              extended by org.openspaces.core.InvalidFifoOperationException
                                  extended by org.openspaces.core.InvalidFifoClassException
All Implemented Interfaces:
Serializable

Deprecated. This exception is no longer thrown.

@Deprecated
public class InvalidFifoClassException
extends InvalidFifoOperationException

This exception used to be thrown during write operation when the Entry's class FIFO mode already been defined and a later write operation define different FIFO mode. Since FIFO is now supported per-operation, this validation is no longer relevant. Wraps InvalidFifoClassException.

Author:
kimchy
See Also:
InvalidFifoTemplateException, Serialized Form

Constructor Summary
InvalidFifoClassException(InvalidFifoClassException e)
          Deprecated.  
 
Method Summary
 String getClassName()
          Deprecated. Return invalid className.
 boolean isFifoClass()
          Deprecated. Returns true if this class defined as FIFO, otherwise false.
 
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

InvalidFifoClassException

public InvalidFifoClassException(InvalidFifoClassException e)
Deprecated. 
Method Detail

getClassName

public String getClassName()
Deprecated. 
Return invalid className.

See Also:
InvalidFifoClassException.getClassName()

isFifoClass

public boolean isFifoClass()
Deprecated. 
Returns true if this class defined as FIFO, otherwise false.

See Also:
InvalidFifoClassException.isFifoClass()

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.