com.github.kristofa.test.http.client
Class PutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.kristofa.test.http.client.HttpRequestException
com.github.kristofa.test.http.client.PutException
- All Implemented Interfaces:
- Serializable
public class PutException
- extends HttpRequestException
Exception that indicates that a HTTP PUT request failed.
- Author:
- kristof
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PutException
public PutException(Throwable cause)
- Create a new exception instance.
- Parameters:
cause - Causing exception.
Copyright © 2014. All Rights Reserved.