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 com.sun.jersey.spi.container.ContainerResponse#mapMappableContainerException}
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException​(String message)
      • ConflictException

        public ConflictException​(String message,
                                 Throwable cause)
      • ConflictException

        public ConflictException​(Throwable cause)