Class ArchiveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.compress.archivers.ArchiveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StreamingNotSupportedException

public class ArchiveException extends Exception
Archiver related Exception.
See Also:
  • Constructor Details

    • 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.