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, toString
public ArchiveException(String message)
message
- the detail messagepublic ArchiveException(String message, Exception cause)
message
- the detail messagecause
- the causeCopyright © 2016 The Apache Software Foundation. All rights reserved.