edu.rice.cs.util
Class StreamRedirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.cs.util.StreamRedirectException
- All Implemented Interfaces:
- Serializable
public class StreamRedirectException
- extends RuntimeException
An exception that occurs while redirecting an output stream into an input stream.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StreamRedirectException
public StreamRedirectException(String s)
StreamRedirectException
public StreamRedirectException(String s,
Throwable t)