Package de.gmxhome.conrad.jpos.jpos_base
Class SerialIOAdapter.NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.gmxhome.conrad.jpos.jpos_base.SerialIOAdapter.NotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SerialIOAdapter
Special exception to be used when the port is not available.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
Constructor.- Parameters:
message
- Message of exception.exception
- Cause of exception.
-