|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--opencard.opt.terminal.protocol.T1DataPacketTooLongException
T1DataPacketTooLongException is thrown when the info-field of an I-Block is greater than 254 bytes
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 |
public T1DataPacketTooLongException()
msg
- - exception messagepublic T1DataPacketTooLongException(java.lang.String s)
msg
- - exception message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |