ShortBufferException | javax.crypto |
Java 1.4 | serializable checked |
Signals
that an output buffer is too short to hold the results of an
operation.

public class ShortBufferException extends java.security.GeneralSecurityException {
// Public Constructors
public ShortBufferException( );
public ShortBufferException(String msg);
}
Thrown By
Too many methods to list.
 |