Stop using JDK6 IOException constructor

This commit is contained in:
Taro L. Saito 2011-06-27 10:33:33 +09:00
parent 7134608206
commit e1a14f9b72

View File

@ -34,7 +34,7 @@ import java.io.IOException;
* *
*/ */
@Deprecated @Deprecated
public class SnappyException extends IOException public class SnappyException extends Exception
{ {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;