public class ArchiveException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial
|
Constructor and Description |
---|
ArchiveException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
ArchiveException(java.lang.String message,
java.lang.Exception cause)
Constructs a new exception with the specified detail message and cause.
|
private static final long serialVersionUID
public ArchiveException(java.lang.String message)
message
- the detail messagepublic ArchiveException(java.lang.String message, java.lang.Exception cause)
message
- the detail messagecause
- the cause