| Constructors |
| public |
FactoryConfigurationError() Default constructor
|
| public |
FactoryConfigurationError(Exception e) Construct an exception with a nested inner exception
|
| public |
FactoryConfigurationError(Exception e, String msg) Construct an exception with a nested inner exception
and a message
| e | the exception to nest |
| msg | the message to report |
|
| public |
FactoryConfigurationError(String msg, Exception e) Construct an exception with a nested inner exception
and a message
| msg | the message to report |
| e | the exception to nest |
|
| public |
FactoryConfigurationError(String msg) Construct an exception with associated message
|