Class NotModifiedRuntimeException

    • Constructor Detail

      • NotModifiedRuntimeException

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

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

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

        public NotModifiedRuntimeException​(String message)
        Instantiates a new not modified runtime exception.
        Parameters:
        message - the message
      • NotModifiedRuntimeException

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

        public NotModifiedRuntimeException​(Throwable cause)
        Instantiates a new not modified runtime exception.
        Parameters:
        cause - the cause