org.apache.activemq.apollo.util
Class IOExceptionSupport
java.lang.Object
org.apache.activemq.apollo.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 © 2005-2011 The Apache Software Foundation. All Rights Reserved.