Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends ExecutorException
This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.
See Also:
  • Constructor Details

    • ConflictException

      public ConflictException(Throwable throwable)
    • ConflictException

      public ConflictException()