-
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
FactoryConfigurationError
public 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
-
FactoryConfigurationError
public 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