public class BootstrapException extends FatalBeanException
| Constructor and Description | 
|---|
BootstrapException(String msg)
Create a new BootstrapException with the specified message. 
 | 
BootstrapException(String msg,
                  Throwable cause)
Create a new BootstrapException with the specified message
 and root cause. 
 | 
equals, hashCodecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BootstrapException(String msg)
msg - the detail message