J2EEConnectorModuleExceptionpublic class J2EEConnectorModuleException extends AFException An exception to indicate the exceptional condition with
J2EEConnectorModuleMBean. |
Constructors Summary |
---|
public J2EEConnectorModuleException()Creates new J2EEConnectorModuleException without detail
message.
super();
| public J2EEConnectorModuleException(String msg)Constructs a J2EEEjbJarModuleException with
the specified detail message.
super(msg);
|
|