Class ArchiveException

    • Constructor Detail

      • ArchiveException

        public ArchiveException​(String message)
        Constructs an ArchiveException
        Parameters:
        message - Message explaining the exception condition
      • ArchiveException

        public ArchiveException​(String message,
                                Throwable cause)
        Constructs an ArchiveException
        Parameters:
        message - Message explaining the exception condition
        cause - The underlying cause