org.mortbay.io
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mortbay.io.RuntimeIOException
- All Implemented Interfaces:
- Serializable
public class RuntimeIOException
- extends RuntimeException
Subclass of RuntimeException
used to signal that there
was an IOException
thrown by underlying Writer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeIOException
public RuntimeIOException()
RuntimeIOException
public RuntimeIOException(String message)
RuntimeIOException
public RuntimeIOException(Throwable cause)
RuntimeIOException
public RuntimeIOException(String message,
Throwable cause)
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.