org.apache.pig.impl.util
Class WrappedIOException

java.lang.Object
  extended by 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);"


Constructor Summary
WrappedIOException()
           
 
Method Summary
static IOException wrap(String message, Throwable e)
           
static IOException wrap(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedIOException

public WrappedIOException()
Method Detail

wrap

public static IOException wrap(Throwable e)

wrap

public static IOException wrap(String message,
                               Throwable e)


Copyright © ${year} The Apache Software Foundation