com.acs.smartcard
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acs.smartcard.ReaderException
              extended by com.acs.smartcard.BufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class BufferOverflowException
extends ReaderException

Thrown when a method is invoked with a buffer which is too large to handle.

See Also:
Serialized Form

Constructor Summary
BufferOverflowException()
           
BufferOverflowException(java.lang.String detailMessage)
           
BufferOverflowException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
BufferOverflowException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException()

BufferOverflowException

public BufferOverflowException(java.lang.String detailMessage)

BufferOverflowException

public BufferOverflowException(java.lang.Throwable throwable)

BufferOverflowException

public BufferOverflowException(java.lang.String detailMessage,
                               java.lang.Throwable throwable)


Copyright © 2011-2012 Advanced Card Systems Ltd. All Rights Reserved.