OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.httpclient
Class HttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.openshift.internal.client.httpclient.HttpClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, EncodingException, InternalServerErrorException, NotFoundException, UnauthorizedException

public class HttpClientException
extends RuntimeException

Author:
André Dietisheim
See Also:
Serialized Form

Constructor Summary
HttpClientException(String message)
           
HttpClientException(String message, Throwable cause)
           
HttpClientException(Throwable cause)
           
 
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

HttpClientException

public HttpClientException(String message,
                           Throwable cause)

HttpClientException

public HttpClientException(String message)

HttpClientException

public HttpClientException(Throwable cause)

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.