opencard.opt.terminal.protocol
Class T1DataPacketTooLongException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--opencard.opt.terminal.protocol.T1DataPacketTooLongException

public class T1DataPacketTooLongException
extends java.lang.RuntimeException

T1DataPacketTooLongException is thrown when the info-field of an I-Block is greater than 254 bytes

See Also:
Serialized Form

Constructor Summary
T1DataPacketTooLongException()
          Constructor accepting a message text
T1DataPacketTooLongException(java.lang.String s)
          Constructor accepting a message text
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

T1DataPacketTooLongException

public T1DataPacketTooLongException()
Constructor accepting a message text
Parameters:
msg - - exception message

T1DataPacketTooLongException

public T1DataPacketTooLongException(java.lang.String s)
Constructor accepting a message text
Parameters:
msg - - exception message