Class SinkIsFullException

    • Constructor Detail

      • SinkIsFullException

        public SinkIsFullException()
        Creates a new instance of SinkIsFullException without detail message.
      • SinkIsFullException

        public SinkIsFullException​(String msg)
        Constructs an instance of SinkIsFullException with the specified detail message.
        Parameters:
        msg - the detail message.