FileDocCategorySizeDatePackage
ProfileTransformationException.javaAPI DocGlassfish v2 API2463Fri May 04 22:24:32 BST 2007com.sun.enterprise.admin.servermgmt.pe

ProfileTransformationException

public class ProfileTransformationException extends Exception

Fields Summary
Constructors Summary
public ProfileTransformationException()

    
public ProfileTransformationException(String msg)
Constructs an instance of ProfleTransformationException with the specified detail message.

param
msg the detail message.

        super(msg);
    
public ProfileTransformationException(Exception e)

        super(e);
    
Methods Summary