public class ShortBufferException extends GeneralSecurityException
Constructor and Description |
---|
ShortBufferException()
Constructs a ShortBufferException with no detail message.
|
ShortBufferException(String msg)
Constructs a ShortBufferException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public ShortBufferException()
public ShortBufferException(String msg)
msg
- the detail message.