Class ArchiveException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StreamingNotSupportedException

public class ArchiveException extends IOException
Signals that an Archive exception of some sort has occurred.
See Also:
  • Field Details

  • Constructor Details

    • ArchiveException

      public ArchiveException(String message)
      Constructs a new exception with the specified detail message. The cause is not initialized.
      Parameters:
      message - The message (which is saved for later retrieval by the Throwable.getMessage() method).
    • ArchiveException

      public ArchiveException(String message, Exception cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). A null value indicates that the cause is nonexistent or unknown.