Team LiB
Previous Section Next Section

ShortBufferExceptionjavax.crypto

Java 1.4serializable checked

Signals that an output buffer is too short to hold the results of an operation.

Figure 17-11. javax.crypto.ShortBufferException


public class ShortBufferException extends java.security.GeneralSecurityException {
// Public Constructors
     public ShortBufferException( );  
     public ShortBufferException(String msg);  
}

Thrown By

Too many methods to list.

    Team LiB
    Previous Section Next Section