Class BundleWriterException

    • Constructor Detail

      • BundleWriterException

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

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

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