Class QueueException

    • Constructor Detail

      • QueueException

        public QueueException()
      • QueueException

        public QueueException​(String message)
      • QueueException

        public QueueException​(Throwable cause)
      • QueueException

        public QueueException​(String message,
                              Throwable cause)
      • QueueException

        public QueueException​(String message,
                              Throwable cause,
                              boolean enableSuppression,
                              boolean writableStackTrace)