org.apache.activemq.util
Class IOExceptionSupport
java.lang.Object
org.apache.activemq.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 |
IOExceptionSupport
public IOExceptionSupport()
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 © 2009 Apache Software Foundation. All Rights Reserved.