com.github.kristofa.test.http.client
Class PostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.kristofa.test.http.client.HttpRequestException
              extended by com.github.kristofa.test.http.client.PostException
All Implemented Interfaces:
Serializable

public class PostException
extends HttpRequestException

Exception that indicates that a HTTP POST request failed.

Author:
kristof
See Also:
Serialized Form

Constructor Summary
PostException(Throwable cause)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostException

public PostException(Throwable cause)
Creates a new instance.

Parameters:
cause - Causing exception.


Copyright © 2014. All Rights Reserved.