Class UnknownInstanceIdRuntimeException

    • Constructor Detail

      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(String aMessage,
                                                 String aErrorCode)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(String aMessage,
                                                 Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(String message,
                                                 Throwable cause)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(String message)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        message - the message
      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • UnknownInstanceIdRuntimeException

        public UnknownInstanceIdRuntimeException​(Throwable cause)
        Instantiates a new unknown instance id runtime exception.
        Parameters:
        cause - the cause