org.eclipse.jetty.io
public class UncheckedIOException extends java.lang.RuntimeException
RuntimeException
used to signal that there
was an IOException
thrown by underlying UncheckedPrintWriter
Constructor and Description |
---|
UncheckedIOException() |
UncheckedIOException(java.lang.String message) |
UncheckedIOException(java.lang.String message,
java.lang.Throwable cause) |
UncheckedIOException(java.lang.Throwable cause) |
public UncheckedIOException()
public UncheckedIOException(java.lang.String message)
public UncheckedIOException(java.lang.Throwable cause)
public UncheckedIOException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2013. All Rights Reserved.