Class InvalidFifoClassException
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.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.
- Version:
- 4.0
- Author:
- Igor Goldenberg
- See Also:
-
Field Summary
Fields inherited from class UnusableEntryException
nestedExceptions, partialEntry, unusableFields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidFifoClassException(String className, boolean entryFifoMode, boolean serverFifoMode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return invalid className.booleanDeprecated.Returnstrueif this entry defined as FIFO, otherwisefalse.booleanDeprecated.Returnstrueif this class defined as FIFO, otherwisefalse.Methods inherited from class DetailedUnusableEntryException
getMessageMethods inherited from class UnusableEntryException
printStackTrace, printStackTrace, printStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvalidFifoClassException
Deprecated.
-
-
Method Details
-
getClassName
Deprecated.Return invalid className.- Returns:
- Returns invalid className.
-
isFifoClass
public boolean isFifoClass()Deprecated.Returnstrueif this class defined as FIFO, otherwisefalse.- Returns:
- Returns
trueif this class defined as FIFO, otherwisefalse.
-
isEntryFifoMode
public boolean isEntryFifoMode()Deprecated.Returnstrueif this entry defined as FIFO, otherwisefalse.- Returns:
- Returns
trueif this entry defined as FIFO, otherwisefalse.
-