J2EEWebModuleExceptionpublic class J2EEWebModuleException extends AFException
Constructors Summary |
---|
public J2EEWebModuleException()Creates new J2EEWebModuleException without detail message.
| public J2EEWebModuleException(String msg)Constructs an J2EEWebModuleException with the specified detail message.
super(msg);
|
|