javax.crypto
Class ShortBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.crypto.ShortBufferException
All Implemented Interfaces:
Serializable

public class ShortBufferException
extends GeneralSecurityException

This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.

See Also:
Serialized Form

Constructor Summary
ShortBufferException()
           
ShortBufferException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortBufferException

public ShortBufferException()

ShortBufferException

public ShortBufferException(String message)