Serialized Form
-
Package org.dmfs.httpessentials.exceptions
-
Exception org.dmfs.httpessentials.exceptions.ClientErrorException
class ClientErrorException extends UnexpectedStatusException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.HttpException
class HttpException extends IOException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.NotFoundException
class NotFoundException extends ClientErrorException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
mUri
URI mUri
-
-
Exception org.dmfs.httpessentials.exceptions.ProtocolError
class ProtocolError extends Exception implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.ProtocolException
class ProtocolException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.RedirectionException
class RedirectionException extends UnexpectedStatusException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.RedirectionLoopException
class RedirectionLoopException extends RedirectionException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.ServerErrorException
class ServerErrorException extends UnexpectedStatusException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.TooManyRedirectsException
class TooManyRedirectsException extends RedirectionException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
mCount
int mCount
-
-
Exception org.dmfs.httpessentials.exceptions.UnauthorizedException
class UnauthorizedException extends ClientErrorException implements Serializable- serialVersionUID:
- 0L
-
Exception org.dmfs.httpessentials.exceptions.UnexpectedStatusException
class UnexpectedStatusException extends ProtocolException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
mStatus
HttpStatus mStatus
The status that was returned by the server.
-
-