com.sun.enterprise.admin.servermgmt.pe
Class ProfileTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.servermgmt.pe.ProfileTransformationException
All Implemented Interfaces:
Serializable

public class ProfileTransformationException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProfileTransformationException()
           
ProfileTransformationException(Exception e)
           
ProfileTransformationException(String msg)
          Constructs an instance of ProfleTransformationException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.