public final class IOExceptionSupport extends Object
Modifier and Type | Method and Description |
---|---|
static IOException |
create(Exception cause) |
static IOException |
create(String msg,
Exception cause) |
static IOException |
create(String msg,
Throwable cause) |
static IOException |
create(Throwable cause) |
public static IOException create(String msg, Throwable cause)
public static IOException create(String msg, Exception cause)
public static IOException create(Throwable cause)
public static IOException create(Exception cause)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.