opencard.opt.database
Class WrongLengthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opencard.opt.database.SCQLException
                    |
                    +--opencard.opt.database.WrongLengthException

public class WrongLengthException
extends SCQLException

A WrongLengthException is thrown when the size of the data that was sent to the smartcard is invalid.

Since:
OCF1.2
See Also:
Serialized Form

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

WrongLengthException

public WrongLengthException()