public class FatalFileException extends RuntimeException
| 构造器和说明 |
|---|
FatalFileException(String message)
Create a new FatalFileException with the specified message.
|
FatalFileException(String message,
Throwable cause)
Create a new FatalFileException with the specified message and root cause.
|
FatalFileException(Throwable cause)
Create a new FatalFileException with the root cause.
|
public FatalFileException(String message)
message - the detail messagepublic FatalFileException(Throwable cause)
cause - the root causeCopyright © 2017. All rights reserved.