| |
|
| java.lang.Object java.lang.Throwable java.lang.Error de.danet.an.util.ra.FactoryConfigurationError
FactoryConfigurationError | public class FactoryConfigurationError extends Error implements Serializable(Code) | | This exception max be thrown by resource adapters when they
detect a problem that is caused by an invalid factory configuration.
|
FactoryConfigurationError | public FactoryConfigurationError(Throwable cause)(Code) | | Creates a new exception.
Parameters: cause - the initial cause. |
FactoryConfigurationError | public FactoryConfigurationError(String msg)(Code) | | Creates a new exception with the given message.
Parameters: msg - the detail message. |
FactoryConfigurationError | public FactoryConfigurationError(String msg, Throwable cause)(Code) | | Creates a new exception with the given message and cause.
Parameters: msg - the detail message. Parameters: cause - the initial cause. |
|
|
|