Class CollectionException

    • Constructor Detail

      • CollectionException

        public CollectionException​(String message)

        Constructor for CollectionException.

        Parameters:
        message - a String object.
      • CollectionException

        public CollectionException​(String message,
                                   Throwable cause)

        Constructor for CollectionException.

        Parameters:
        message - a String object.
        cause - a Throwable object.