Class ImmutableResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tools.ant.types.resources.ImmutableResourceException
- All Implemented Interfaces:
- Serializable
Exception thrown when an attempt is made to get an OutputStream
 from an immutable Resource.
- Since:
- Ant 1.7
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor.Construct a new ImmutableResourceException with the specified message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ImmutableResourceExceptionpublic ImmutableResourceException()Default constructor.
- 
ImmutableResourceExceptionConstruct a new ImmutableResourceException with the specified message.- Parameters:
- s- the message String.
 
 
-