Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends RuntimeException
Exception to be used when Bamboo REST endpoint should return CONFLICT (409) response. Can't use Jersey's com.sun.jersey.api.ConflictException because it can't be mapped using ExceptionMapper
See Also:
  • Constructor Details

    • ConflictException

      public ConflictException(String message)
    • ConflictException

      public ConflictException(String message, Throwable cause)
    • ConflictException

      public ConflictException(Throwable cause)