ShortBufferExceptionpublic class ShortBufferException extends GeneralSecurityException The exception that is thrown when the result of an operation is attempted to
store in a user provided buffer that is too small. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ShortBufferException(String msg)Creates a new instance of {@code ShortBufferException} with the
specified message
super(msg);
| public ShortBufferException()Creates a new instance of {@code ShortBufferException}.
|
|