com.j_spaces.core
Class InvalidFifoTemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.core.entry.UnusableEntryException
              extended by com.j_spaces.core.DetailedUnusableEntryException
                  extended by com.j_spaces.core.FifoOperationException
                      extended by com.j_spaces.core.InvalidFifoTemplateException
All Implemented Interfaces:
Serializable

public class InvalidFifoTemplateException
extends FifoOperationException

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.

See Also:
Serialized Form

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

InvalidFifoTemplateException

public InvalidFifoTemplateException(String templClassName)
Method Detail

getTemplateClassName

public String getTemplateClassName()
Returns invalid template className.

Returns:
Invalid template className.