org.apache.tools.ant.types.resources
Class ImmutableResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.tools.ant.types.resources.ImmutableResourceException
All Implemented Interfaces:
java.io.Serializable

public class ImmutableResourceException
extends java.io.IOException

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

Since:
Ant 1.7
See Also:
Serialized Form

Constructor Summary
ImmutableResourceException()
          Default constructor.
ImmutableResourceException(java.lang.String s)
          Construct a new ImmutableResourceException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableResourceException

public ImmutableResourceException()
Default constructor.


ImmutableResourceException

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

Parameters:
s - the message String.