Update SnapshotException.java
This commit is contained in:
parent
370197c6e1
commit
871159641c
@ -2,7 +2,7 @@ package it.cavallium.dbengine.client;
|
||||
|
||||
public class SnapshotException extends RuntimeException {
|
||||
|
||||
public SnapshotException(Exception ex) {
|
||||
public SnapshotException(Throwable ex) {
|
||||
super(ex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user