public class NoticeException extends RuntimeException
异常
| 限定符 | 构造器和说明 |
|---|---|
|
NoticeException()
Instantiates a new Notice exception.
|
|
NoticeException(String message)
Instantiates a new Notice exception.
|
|
NoticeException(String message,
Throwable cause)
Instantiates a new Notice exception.
|
protected |
NoticeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Notice exception.
|
|
NoticeException(Throwable cause)
Instantiates a new Notice exception.
|
public NoticeException()
public NoticeException(String message)
message - the messagepublic NoticeException(String message, Throwable cause)
message - the messagecause - the causepublic NoticeException(Throwable cause)
cause - the causeCopyright © 2019. All rights reserved.