Class ConflictRuntimeException

    • Constructor Detail

      • ConflictRuntimeException

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

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

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

        public ConflictRuntimeException​(String message)
        Instantiates a new conflict runtime exception.
        Parameters:
        message - the message
      • ConflictRuntimeException

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

        public ConflictRuntimeException​(Throwable cause)
        Instantiates a new conflict runtime exception.
        Parameters:
        cause - the cause