public class InsufficientBufferException extends RuntimeException
InsufficientBufferException is thrown when there is no enough buffer to serialize or
deserialize a buffer to another buffer. When such exception being caught, user may enlarge the
output buffer and try again.| 构造器和说明 |
|---|
InsufficientBufferException() |
InsufficientBufferException(String message) |
InsufficientBufferException(String message,
Throwable e) |
InsufficientBufferException(Throwable e) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.