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.
|
FatalBeanException(Throwable cause)
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ?
|
public FatalBeanException(String msg)
msg - the detail messagepublic FatalBeanException(String msg, Throwable cause)
msg - the detail messagecause - the root causepublic FatalBeanException(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.