org.fusesource.fabric.dosgi.util
Class IOExceptionSupport
java.lang.Object
org.fusesource.fabric.dosgi.util.IOExceptionSupport
public final class IOExceptionSupport
- extends java.lang.Object
|
Method Summary |
static java.io.IOException |
create(java.lang.Exception cause)
|
static java.io.IOException |
create(java.lang.String msg,
java.lang.Exception cause)
|
static java.io.IOException |
create(java.lang.String msg,
java.lang.Throwable cause)
|
static java.io.IOException |
create(java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static java.io.IOException create(java.lang.String msg,
java.lang.Throwable cause)
create
public static java.io.IOException create(java.lang.String msg,
java.lang.Exception cause)
create
public static java.io.IOException create(java.lang.Throwable cause)
create
public static java.io.IOException create(java.lang.Exception cause)
Copyright © 2013 Red Hat. All Rights Reserved.