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
1 changed files with 1 additions and 1 deletions

View File

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