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:
  • Constructor Details

    • 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)