Class NoSuchPortExcpetion

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.refcodes.exception.AbstractIOException
org.refcodes.serial.SerialException
org.refcodes.serial.NoSuchPortExcpetion
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.AliasAccessor

public class NoSuchPortExcpetion extends SerialException implements org.refcodes.mixin.AliasAccessor
Thrown in case there is no such port found.
See Also:
  • Constructor Details

    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, String aMessage, String aErrorCode)
      Parameters:
      aAlias - The alias of the port not detectable.
    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, String aMessage, Throwable aCause, String aErrorCode)
      Parameters:
      aAlias - The alias of the port not detectable.
    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, String message, Throwable cause)
      Parameters:
      aAlias - The alias of the port not detectable.
    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, String message)
      Parameters:
      aAlias - The alias of the port not detectable.
    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, Throwable aCause, String aErrorCode)
      Parameters:
      aAlias - The alias of the port not detectable.
    • NoSuchPortExcpetion

      public NoSuchPortExcpetion(String aAlias, Throwable cause)
      Parameters:
      aAlias - The alias of the port not detectable.
  • Method Details

    • getAlias

      public String getAlias()
      Specified by:
      getAlias in interface org.refcodes.mixin.AliasAccessor