org.xins.common.collections
Class IncorrectSecretKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.xins.common.collections.IncorrectSecretKeyException
All Implemented Interfaces:
Serializable

public final class IncorrectSecretKeyException
extends IllegalArgumentException

Exception that indicates a secret key argument did not match the actual secret key.

Since:
XINS 1.2.0
Version:
$Revision: 1.8 $ $Date: 2008/07/04 10:22:50 $
Author:
Ernst de Haan
See Also:
Serialized Form

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
 



See http://www.xins.org/.