mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
Add ArrayIndexOutOfBoundsException(int) and ClassNotFoundException.getException().
This commit is contained in:
@ -25,4 +25,9 @@ public class ClassNotFoundException extends Exception {
|
||||
public ClassNotFoundException() {
|
||||
this(null, null);
|
||||
}
|
||||
|
||||
public Throwable getException() {
|
||||
return cause2;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user