opencard.opt.terminal.protocol
Class T1Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--opencard.core.OpenCardException
                          |
                          +--opencard.opt.terminal.protocol.T1Exception
Direct Known Subclasses:
T1BlockEDCErrorException, T1BlockLengthException, T1IOException, T1TimeoutException, T1UnknownBlockException

public class T1Exception
extends opencard.core.OpenCardException

T1Exception is the base exception for all T1 exceptions

See Also:
Serialized Form

Constructor Summary
T1Exception()
          Constructor
T1Exception(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

T1Exception

public T1Exception()
Constructor

T1Exception

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