Class ArchiveException

    • Constructor Detail

      • ArchiveException

        public ArchiveException​(String message)
        Constructs a new exception with the specified detail message. The cause is not initialized.
        Parameters:
        message - the detail message
      • ArchiveException

        public ArchiveException​(String message,
                                Exception cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause