Package org.openspaces.core
Class InvalidFifoTemplateException
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.InvalidFifoTemplateException
- All Implemented Interfaces:
Serializable
This exception is thrown if read or take operations executed in FIFO mode, but the template class
FIFO mode already been set to non FIFO. Wraps
InvalidFifoTemplateException.- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns invalid template className.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
-
InvalidFifoTemplateException
-
-
Method Details
-
getTemplateClassName
Returns invalid template className.
-