OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.gemplus.opencard.terminal
Class APDUDataStreamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.gemplus.opencard.terminal.APDUDataStreamException

public class APDUDataStreamException
extends java.lang.RuntimeException

Class APDUDataStreamException is an exception that can be thrown by an APDUDataOutputStream in case of I/O error during a flush or close of the stream.

Version:
$Id: APDUDataStreamException.java,v 1.1 1999/12/02 16:05:58 damke Exp $
See Also:
APDUDataOutputStream, Serialized Form

Constructor Summary
APDUDataStreamException()
          Constructs a APDUDataStreamException without a detail message.
APDUDataStreamException(java.lang.String msg)
          Constructs a APDUDataStreamException with the specified detail message.
 
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

APDUDataStreamException

public APDUDataStreamException()
Constructs a APDUDataStreamException without a detail message.

APDUDataStreamException

public APDUDataStreamException(java.lang.String msg)
Constructs a APDUDataStreamException with the specified detail message.
Parameters:
msg - the detail message.