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
| 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 |
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.
|