org.apache.tools.ant.types.resources

Class ImmutableResourceException

public class ImmutableResourceException extends IOException

Exception thrown when an attempt is made to get an OutputStream from an immutable Resource.

Since: Ant 1.7

Constructor Summary
ImmutableResourceException()
Default constructor.
ImmutableResourceException(String s)
Construct a new ImmutableResourceException with the specified message.

Constructor Detail

ImmutableResourceException

public ImmutableResourceException()
Default constructor.

ImmutableResourceException

public ImmutableResourceException(String s)
Construct a new ImmutableResourceException with the specified message.

Parameters: s the message String.