org.keyczar.exceptions
Class ShortSignatureException

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

public class ShortSignatureException
extends KeyczarException

Keyczar signature is too short to be valid.

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

Constructor Summary
ShortSignatureException(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

ShortSignatureException

public ShortSignatureException(int len)