Class QueuingException

    • Constructor Detail

      • QueuingException

        public QueuingException()
        Constructs a new exception.
      • QueuingException

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

        public QueuingException​(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.
      • QueuingException

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