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)
      Instantiates the class SerialException.
      Parameters:
      message - the message
      cause - the cause
      See Also:
      • AbstractIOException(String, Throwable)
    • SerialException

      public SerialException(String message)
      Instantiates the class SerialException.
      Parameters:
      message - the message
      See Also:
      • AbstractIOException(String)
    • SerialException

      public SerialException(Throwable cause)
      Instantiates the class SerialException.
      Parameters:
      cause - the cause
      See Also:
      • AbstractIOException(Throwable)
    • SerialException

      public SerialException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class SerialException.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
      See Also:
      • AbstractIOException(String, Throwable, String)
    • SerialException

      public SerialException(String aMessage, String aErrorCode)
      Instantiates the class SerialException.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
      See Also:
      • AbstractIOException(String, String)
    • SerialException

      public SerialException(Throwable aCause, String aErrorCode)
      Instantiates the class SerialException.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
      See Also:
      • AbstractIOException(Throwable, String)