FileDocCategorySizeDatePackage
ShortBufferException.javaAPI DocAndroid 1.5 API1720Wed May 06 22:41:02 BST 2009javax.crypto

ShortBufferException

public 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.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ShortBufferException(String msg)
Creates a new instance of {@code ShortBufferException} with the specified message

param
msg the exception message.
since
Android 1.0


                                        
       
        super(msg);
    
public ShortBufferException()
Creates a new instance of {@code ShortBufferException}.

since
Android 1.0

    
Methods Summary