org.apache.activemq.util
Class IOExceptionSupport

java.lang.Object
  extended by org.apache.activemq.util.IOExceptionSupport

public final class IOExceptionSupport
extends java.lang.Object


Constructor Summary
IOExceptionSupport()
           
 
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
 

Constructor Detail

IOExceptionSupport

public IOExceptionSupport()
Method Detail

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 © 2011 Apache Software Foundation. All Rights Reserved.