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