Class ConflictException

    • Constructor Detail

      • ConflictException

        public ConflictException​(String message)
        Constructs a ConflictException with the specified detail message.
      • ConflictException

        public ConflictException​(List<String> messages)
        Constructs a ConflictException with the specified detail messages.
      • ConflictException

        public ConflictException​(Throwable cause)
        Constructs a ConflictException with the specified cause.
      • ConflictException

        public ConflictException​(String message,
                                 Throwable cause)
        Constructs a ConflictException with the specified detail message and cause.
      • ConflictException

        public ConflictException​(List<String> messages,
                                 Throwable cause)
        Constructs a ConflictException with the specified detail messages and cause.