com.jdroid.java.exception
Class ServerHttpResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jdroid.java.exception.AbstractException
com.jdroid.java.exception.ErrorCodeException
com.jdroid.java.exception.ApplicationException
com.jdroid.java.exception.HttpResponseException
com.jdroid.java.exception.ServerHttpResponseException
- All Implemented Interfaces:
- Serializable
public class ServerHttpResponseException
- extends HttpResponseException
Exception thrown when there are http errors communicating with the server.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServerHttpResponseException
public ServerHttpResponseException(ErrorCode errorCode,
Throwable throwable)
ServerHttpResponseException
public ServerHttpResponseException(ErrorCode errorCode,
String message)
Copyright © 2014. All rights reserved.