Package org.openspaces.core
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.
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return invalid className.booleanDeprecated.Returnstrueif this class defined as FIFO, otherwisefalse.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFifoClassException
Deprecated.
-
-
Method Details
-
getClassName
Deprecated.Return invalid className.- See Also:
-
isFifoClass
public boolean isFifoClass()Deprecated.Returnstrueif this class defined as FIFO, otherwisefalse.- See Also:
-