Package

com.twitter.finatra.http

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class BadRequestException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  2. case class ConflictException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  3. trait DefaultExceptionMapper extends ExceptionMapper[Throwable]

    Permalink
  4. trait ExceptionMapper[T <: Throwable] extends AnyRef

    Permalink

    An ExceptionMapper converts a T-typed throwable to an HTTP response.

  5. case class ForbiddenException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  6. class HttpException extends Exception

    Permalink
  7. class HttpResponseException extends Exception

    Permalink
  8. case class InternalServerErrorException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  9. case class NotAcceptableException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  10. case class NotFoundException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink
  11. case class ServiceUnavailableException(mediaType: MediaType, errors: Seq[String]) extends HttpException with Product with Serializable

    Permalink

Value Members

  1. object BadRequestException extends Serializable

    Permalink
  2. object ConflictException extends Serializable

    Permalink
  3. object ForbiddenException extends Serializable

    Permalink
  4. object HttpException extends Serializable

    Permalink

    HttpException which will be rendered as an HTTP response.

  5. object InternalServerErrorException extends Serializable

    Permalink
  6. object NotAcceptableException extends Serializable

    Permalink
  7. object NotFoundException extends Serializable

    Permalink
  8. object ServiceUnavailableException extends Serializable

    Permalink

Ungrouped