webfunds.token
Class TokenPacketException

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

public class TokenPacketException
extends TokenException

This exception class is thrown when a badly formatted or unknown token is passed for decoding.

See Also:
Serialized Form

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

TokenPacketException

public TokenPacketException(java.lang.String msg)

TokenPacketException

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

TokenPacketException

public TokenPacketException(int errno)