Class PortNotFoundException

    • Constructor Detail

      • PortNotFoundException

        public PortNotFoundException​(String aMessage,
                                     String aErrorCode)
        Instantiates a new port not found exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • PortNotFoundException

        public PortNotFoundException​(String aMessage,
                                     Throwable aCause,
                                     String aErrorCode)
        Instantiates a new port not found exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • PortNotFoundException

        public PortNotFoundException​(String message,
                                     Throwable cause)
        Instantiates a new port not found exception.
        Parameters:
        message - the message
        cause - the cause
      • PortNotFoundException

        public PortNotFoundException​(String message)
        Instantiates a new port not found exception.
        Parameters:
        message - the message
      • PortNotFoundException

        public PortNotFoundException​(Throwable aCause,
                                     String aErrorCode)
        Instantiates a new port not found exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • PortNotFoundException

        public PortNotFoundException​(Throwable cause)
        Instantiates a new port not found exception.
        Parameters:
        cause - the cause