CMSAttributeTableGenerationExceptionpublic class CMSAttributeTableGenerationException extends CMSRuntimeException
Constructors Summary |
---|
public CMSAttributeTableGenerationException(String name)
super(name);
| public CMSAttributeTableGenerationException(String name, Exception e)
super(name);
this.e = e;
|
|