com.sun.jersey.api.client
Class ClientHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.api.client.ClientHandlerException
- All Implemented Interfaces:
- Serializable
public class ClientHandlerException
- extends RuntimeException
A runtime exception thrown by a client handler that signals a
failure to process the HTTP request or HTTP response.
- Author:
- Paul.Sandoz@Sun.Com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClientHandlerException
public ClientHandlerException()
ClientHandlerException
public ClientHandlerException(String message)
ClientHandlerException
public ClientHandlerException(String message,
Throwable cause)
ClientHandlerException
public ClientHandlerException(Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.