mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
quick sketches of various SWT 3.3 dependencies
This commit is contained in:
11
classpath/java/io/UnsupportedEncodingException.java
Normal file
11
classpath/java/io/UnsupportedEncodingException.java
Normal file
@ -0,0 +1,11 @@
|
||||
package java.io;
|
||||
|
||||
public class UnsupportedEncodingException extends IOException {
|
||||
public UnsupportedEncodingException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public UnsupportedEncodingException() {
|
||||
this(null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user