com.sun.enterprise.admin.servermgmt.pe
Class ProfileTransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.pe.ProfileTransformationException
- All Implemented Interfaces:
- Serializable
public class ProfileTransformationException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProfileTransformationException
public ProfileTransformationException()
ProfileTransformationException
public ProfileTransformationException(String msg)
- Constructs an instance of
ProfleTransformationException with the specified detail message.
- Parameters:
msg - the detail message.
ProfileTransformationException
public ProfileTransformationException(Exception e)
Copyright © 2012 GlassFish Community. All Rights Reserved.