Class javax.crypto.ShortBufferException
All Packages Class Hierarchy This Package Previous Next Index
Class javax.crypto.ShortBufferException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----au.net.aba.security.GeneralSecurityException
|
+----javax.crypto.ShortBufferException
- public class ShortBufferException
- extends GeneralSecurityException
This exception is thrown when an output buffer provided by the user is
too short to hold the operation result.
-
ident
-
-
ShortBufferException()
-
-
ShortBufferException(String)
-
ident
public final static String ident
ShortBufferException
public ShortBufferException()
ShortBufferException
public ShortBufferException(String string)
All Packages Class Hierarchy This Package Previous Next Index