Constructors Summary |
---|
public ProfileTransformationException()
|
public ProfileTransformationException(String msg)Constructs an instance of ProfleTransformationException with the specified detail message.
super(msg);
|
public ProfileTransformationException(Exception e)
super(e);
|