Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 920
نمايش فراداده

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.