Class ConflictException

    • Constructor Detail

      • ConflictException

        public ConflictException()
        Constructs a new exception with null as its detail message.
      • ConflictException

        public ConflictException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The detail message.
      • ConflictException

        public ConflictException​(String message,
                                 Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The exception which caused this exception to be thrown.
      • ConflictException

        public ConflictException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - The exception which caused this exception to be thrown.