Package com.j_spaces.core
Class InvalidFifoTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.core.entry.UnusableEntryException
com.j_spaces.core.DetailedUnusableEntryException
com.j_spaces.core.FifoOperationException
com.j_spaces.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.
- Version:
- 4.0
- Author:
- Igor Goldenberg
- See Also:
-
Field Summary
Fields inherited from class net.jini.core.entry.UnusableEntryException
nestedExceptions, partialEntry, unusableFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns invalid template className.Methods inherited from class com.j_spaces.core.DetailedUnusableEntryException
getMessageMethods inherited from class net.jini.core.entry.UnusableEntryException
printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvalidFifoTemplateException
-
-
Method Details
-
getTemplateClassName
Returns invalid template className.- Returns:
- Invalid template className.
-