opencard.opt.terminal.protocol
Class T1BlockLengthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--opencard.core.OpenCardException
                          |
                          +--opencard.opt.terminal.protocol.T1Exception
                                |
                                +--opencard.opt.terminal.protocol.T1BlockLengthException

public class T1BlockLengthException
extends T1Exception

T1BlockLengthException is thrown when length of byte array (raw data) is incorrect

See Also:
Serialized Form

Constructor Summary
T1BlockLengthException()
          Constructor
T1BlockLengthException(java.lang.String msg)
          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

T1BlockLengthException

public T1BlockLengthException()
Constructor

T1BlockLengthException

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