public class ArchiveException extends RuntimeException
| 构造器和说明 |
|---|
ArchiveException(String message)
Constructs an ArchiveException
|
ArchiveException(String message,
Throwable cause)
Constructs an ArchiveException
|
public ArchiveException(String message)
message - Message explaining the exception conditionCopyright © 2020. All rights reserved.