Class 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.
Version:
4.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • InvalidFifoTemplateException

      public InvalidFifoTemplateException(String templateClassName)
  • Method Details

    • getTemplateClassName

      public String getTemplateClassName()
      Returns invalid template className.
      Returns:
      Invalid template className.