mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
Exception thrown by ByteBuffer
This commit is contained in:
parent
15d1fe8b75
commit
79ad3bdb76
4
classpath/java/nio/ReadOnlyBufferException.java
Normal file
4
classpath/java/nio/ReadOnlyBufferException.java
Normal file
@ -0,0 +1,4 @@
|
||||
package java.nio;
|
||||
|
||||
public class ReadOnlyBufferException extends UnsupportedOperationException {
|
||||
}
|
Loading…
Reference in New Issue
Block a user