|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
public class InvalidFifoTemplateException
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.
Field Summary |
---|
Fields inherited from class net.jini.core.entry.UnusableEntryException |
---|
nestedExceptions, partialEntry, unusableFields |
Constructor Summary | |
---|---|
InvalidFifoTemplateException(String templClassName)
|
Method Summary | |
---|---|
String |
getTemplateClassName()
Returns invalid template className. |
Methods inherited from class com.j_spaces.core.DetailedUnusableEntryException |
---|
getMessage |
Methods inherited from class net.jini.core.entry.UnusableEntryException |
---|
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidFifoTemplateException(String templClassName)
Method Detail |
---|
public String getTemplateClassName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |