Class XmlCompatibleWebApplicationErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.plugins.rest.common.exception.XmlCompatibleWebApplicationErrorException
All Implemented Interfaces:
Serializable

public class XmlCompatibleWebApplicationErrorException extends RuntimeException
This exception does NOT support any media types other than JSON.
See Also:
  • Constructor Details

    • XmlCompatibleWebApplicationErrorException

      public XmlCompatibleWebApplicationErrorException(XmlCompatibleRestErrorCollection errorCollection)
    • XmlCompatibleWebApplicationErrorException

      public XmlCompatibleWebApplicationErrorException(Collection<String> errors)
    • XmlCompatibleWebApplicationErrorException

      public XmlCompatibleWebApplicationErrorException(String message)
  • Method Details