org.apache.camel.util
Class IOHelper
java.lang.Object
org.apache.camel.util.IOHelper
public final class IOHelper
- extends Object
- Version:
- $Revision: 36321 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.