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