public class ArchiveException extends Exception
| Constructor and Description |
|---|
ArchiveException(String message)
Constructs a new exception with the specified detail message.
|
ArchiveException(String message,
Exception cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchiveException(String message)
message - the detail messagepublic ArchiveException(String message, Exception cause)
message - the detail messagecause - the causeCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.