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.

Variable Index

 o ident

Constructor Index

 o ShortBufferException()
 o ShortBufferException(String)

Variables

 o ident
  public final static String ident

Constructors

 o ShortBufferException
  public ShortBufferException()
 o ShortBufferException
  public ShortBufferException(String string)

All Packages  Class Hierarchy  This Package  Previous  Next  Index