- 
- 
Method Summary
- 
Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
 
 
- 
- 
Constructor Detail
- 
FactoryConfigurationErrorpublic FactoryConfigurationError(Exception e,
                                 String msg)Construct an exception with a nested inner exception
 and a message 
- Parameters:
- e- the exception to nest
- msg- the message to report
 
 
- 
FactoryConfigurationErrorpublic FactoryConfigurationError(String msg,
                                 Exception e)Construct an exception with a nested inner exception
 and a message 
- Parameters:
- msg- the message to report
- e- the exception to nest