org.apache.camel.util
Class IOHelper

java.lang.Object
  extended by org.apache.camel.util.IOHelper

public final class IOHelper
extends Object

Version:
$Revision: 36321 $

Method Summary
static IOException createIOException(String message, Throwable cause)
          A factory method which creates an IOException from the given exception and message
static IOException createIOException(Throwable cause)
          A factory method which creates an IOException from the given exception and message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIOException

public static IOException createIOException(Throwable cause)
A factory method which creates an IOException from the given exception and message


createIOException

public static IOException createIOException(String message,
                                            Throwable cause)
A factory method which creates an IOException from the given exception and message



Copyright © 2008 IONA Open Source Community. All Rights Reserved.