public class FileArchiveException extends GenericException
| 构造器和说明 |
|---|
FileArchiveException(String message)
Constructs a new runtime exception with the specified detail message.
|
FileArchiveException(Throwable cause)
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ?
|
public FileArchiveException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public FileArchiveException(Throwable cause)
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2017. All rights reserved.