Class ConflictException

  • All Implemented Interfaces:
    Serializable

    public class ConflictException
    extends ApiException
    Represents conflict error. Throwing this error results in 409 (Conflict) HTTP response code.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException​(String message)
        Constructs conflict error.
        Parameters:
        message - error message