Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getAlias

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