KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > ShortBufferException

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
See Also:
Top Examples, Source Code

public ShortBufferException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ShortBufferException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags