ImmutableResourceExceptionpublic class ImmutableResourceException extends IOException Exception thrown when an attempt is made to get an OutputStream
from an immutable Resource. |
Constructors Summary |
---|
public ImmutableResourceException()Default constructor.
super();
| public ImmutableResourceException(String s)Construct a new ImmutableResourceException with the specified message.
super(s);
|
|