org.eclipse.jetty.io
Class UncheckedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jetty.io.UncheckedIOException
All Implemented Interfaces:
Serializable

public class UncheckedIOException
extends RuntimeException

Subclass of RuntimeException used to signal that there was an IOException thrown by underlying UncheckedPrintWriter

See Also:
Serialized Form

Constructor Summary
UncheckedIOException()
           
UncheckedIOException(String message)
           
UncheckedIOException(String message, Throwable cause)
           
UncheckedIOException(Throwable cause)
           
 
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

UncheckedIOException

public UncheckedIOException()

UncheckedIOException

public UncheckedIOException(String message)

UncheckedIOException

public UncheckedIOException(Throwable cause)

UncheckedIOException

public UncheckedIOException(String message,
                            Throwable cause)


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.