edu.rice.cs.util
Class StreamRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
StreamRedirectException(String s)
           
StreamRedirectException(String s, Throwable t)
           
 
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

StreamRedirectException

public StreamRedirectException(String s)

StreamRedirectException

public StreamRedirectException(String s,
                               Throwable t)