org.apache.tools.ant.types.resources
public class ImmutableResourceException extends IOException
Since: Ant 1.7
Constructor Summary | |
---|---|
ImmutableResourceException()
Default constructor. | |
ImmutableResourceException(String s)
Construct a new ImmutableResourceException with the specified message. |
Parameters: s the message String.