Stop using JDK6 IOException constructor
This commit is contained in:
parent
7134608206
commit
e1a14f9b72
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue