Package com.groiss.ds

Class QueueFullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.groiss.ds.QueueFullException
All Implemented Interfaces:
Serializable

public class QueueFullException extends Exception
This Exception is thrown when the semaphore queue is full.
See Also:
  • Constructor Details

    • QueueFullException

      public QueueFullException()