org.apache.pig.impl.util
Class WrappedIOException
java.lang.Object
org.apache.pig.impl.util.WrappedIOException
public class WrappedIOException
- extends Object
FIXME PIG-80 replace this code when pig will be java 6 compliant with "throw
new IOException(e);"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedIOException
public WrappedIOException()
wrap
public static IOException wrap(Throwable e)
wrap
public static IOException wrap(String message,
Throwable e)
Copyright © ${year} The Apache Software Foundation