Class QueueEmptyException

    • Constructor Detail

      • QueueEmptyException

        public QueueEmptyException()
        Constructs a new exception.
      • QueueEmptyException

        public QueueEmptyException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • QueueEmptyException

        public QueueEmptyException​(String message,
                                   Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.
      • QueueEmptyException

        public QueueEmptyException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause of this exception.