Class InvalidFifoClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.openspaces.core.InvalidFifoOperationException
org.openspaces.core.InvalidFifoClassException
All Implemented Interfaces:
Serializable

@Deprecated public class InvalidFifoClassException extends InvalidFifoOperationException
Deprecated.
This exception is no longer thrown.
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: