Top Description Fields Constructors
org.apache.tools.ant.types.resources

public Class ImmutableResourceException

extends IOException
Class Inheritance
Imports
java.io.IOException

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
ImmutableResourceException()

Default constructor.

public
ImmutableResourceException(String
the message String.
s
)

Construct a new ImmutableResourceException with the specified message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.io.IOException.serialVersionUID.

Constructor Detail

ImmutableResourceExceptionback to summary
public ImmutableResourceException()

Default constructor.

ImmutableResourceExceptionback to summary
public ImmutableResourceException(String s)

Construct a new ImmutableResourceException with the specified message.

Parameters
s:String

the message String.