Class SerialException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.refcodes.exception.AbstractIOException
org.refcodes.serial.SerialException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
NoSuchPortExcpetion, TransmissionException

public class SerialException extends org.refcodes.exception.AbstractIOException
Base exception for this package.
See Also:
  • Constructor Details

    • SerialException

      public SerialException(String message, Throwable cause)
    • SerialException

      public SerialException(String message)
    • SerialException

      public SerialException(Throwable cause)
    • SerialException

      public SerialException(String aMessage, Throwable aCause, String aErrorCode)
    • SerialException

      public SerialException(String aMessage, String aErrorCode)
    • SerialException

      public SerialException(Throwable aCause, String aErrorCode)