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.Constructor and Description |
---|
InsufficientBufferException() |
InsufficientBufferException(String message) |
InsufficientBufferException(String message,
Throwable e) |
InsufficientBufferException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.