Uses of Class
org.eaglei.repository.status.ErrorSendingException

Packages that use ErrorSendingException
org.eaglei.repository.status   
 

Uses of ErrorSendingException in org.eaglei.repository.status
 

Subclasses of ErrorSendingException in org.eaglei.repository.status
 class BadRequestException
          Signal a fatal runtime error that should result in a 400 (BAD REQUEST) status returned to the HTTP client.
 class ConflictException
          Signal a fatal runtime error that should result in a 403 (Forbidden) status returned to the HTTP client.
 class ForbiddenException
          Signal a fatal runtime error that should result in a 403 (Forbidden) status returned to the HTTP client.
 class HttpStatusException
          Superclass for exceptions that get turned into HTTP status codes in the response by a servlet wrapper class.
 class InternalServerErrorException
          Signal a fatal runtime error that should result in a 500 (ise) status returned to the HTTP client.
 class NotAcceptableException
          Signal a fatal runtime error that should result in a 406 (Not Acceptable) status returned to the HTTP client.
 class NotFoundException
          Signal a fatal runtime error that should result in a 404 (Not Found) status returned to the HTTP client.
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.