webfunds.token
Class TokenKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.token.TokenException
                    |
                    +--webfunds.token.TokenKeyException

public class TokenKeyException
extends TokenException

This exception class is thrown when a badly formatted local key is encountered. It is generally fatal, as indicates local keys are bad. It should not be thrown with respect to Server side.

See Also:
Serialized Form

Fields inherited from class webfunds.token.TokenException
LAST_ERROR, NOT_SIGNED, number, UNKNOWN
 
Constructor Summary
TokenKeyException(int errno)
           
TokenKeyException(int errno, java.lang.String msg)
           
TokenKeyException(java.lang.String msg)
           
 
Methods inherited from class webfunds.token.TokenException
getNumber, isNotSigned, isTokenException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenKeyException

public TokenKeyException(java.lang.String msg)

TokenKeyException

public TokenKeyException(int errno,
                         java.lang.String msg)

TokenKeyException

public TokenKeyException(int errno)