Class ContentIOException

    • Constructor Detail

      • ContentIOException

        public ContentIOException()
        Creates a ContentIOException with no message and no parent.
      • ContentIOException

        public ContentIOException​(String message,
                                  Exception ex)
        Creates an ContentIOException.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • ContentIOException

        public ContentIOException​(String message)
        Creates an ContentIOException.
        Parameters:
        message - the exception message.