org.keyczar.exceptions
Class ShortCiphertextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.keyczar.exceptions.KeyczarException
              extended by org.keyczar.exceptions.ShortCiphertextException
All Implemented Interfaces:
java.io.Serializable

public class ShortCiphertextException
extends KeyczarException

Keyczar is trying to decrypt a ciphertext that is too short to be valid (e.g. missing appropriate header information).

Author:
steveweis@gmail.com (Steve Weis)
See Also:
Serialized Form

Constructor Summary
ShortCiphertextException(int len)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortCiphertextException

public ShortCiphertextException(int len)