No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | javax.crypto.ShortBufferException | |||
The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new instance of
ShortBufferException with the specified message
|
||||||||||
|
|
Creates a new instance of
ShortBufferException.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Creates a new instance of ShortBufferException with the specified message
| msg | the exception message. |
|---|