Class PortNotFoundRuntimeException

    • Constructor Detail

      • PortNotFoundRuntimeException

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

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

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

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

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

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