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

public static class SerialIOAdapter.NotFoundException extends IOException
Special exception to be used when the port is not available.
See Also:
Serialized Form
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, Throwable exception)
      Constructor.
      Parameters:
      message - Message of exception.
      exception - Cause of exception.