org.apache.openejb.util
Class IOExceptionSupport

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

public final class IOExceptionSupport
extends Object


Constructor Summary
IOExceptionSupport()
           
 
Method Summary
static IOException create(Exception cause)
           
static IOException create(String msg, Exception cause)
           
static IOException create(String msg, Throwable cause)
           
static IOException create(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 IOException create(String msg,
                                 Throwable cause)

create

public static IOException create(String msg,
                                 Exception cause)

create

public static IOException create(Throwable cause)

create

public static IOException create(Exception cause)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.