webfunds.token
Class TokenVersionException

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

public class TokenVersionException
extends TokenException

This exception class is thrown when a token claims a version number that is unknown or unsupported.

See Also:
Serialized Form

Fields inherited from class webfunds.token.TokenException
LAST_ERROR, NOT_SIGNED, number, UNKNOWN
 
Constructor Summary
TokenVersionException(int errno)
           
TokenVersionException(int errno, java.lang.String msg)
           
TokenVersionException(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

TokenVersionException

public TokenVersionException(java.lang.String msg)

TokenVersionException

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

TokenVersionException

public TokenVersionException(int errno)