javax.crypto
Class ShortBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.ShortBufferException
- All Implemented Interfaces:
- Serializable
public class ShortBufferException
- extends GeneralSecurityException
This exception is thrown on an attempt to transform bytes into a
buffer that is too short to contain the data.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShortBufferException
public ShortBufferException()
ShortBufferException
public ShortBufferException(String message)