OpenShift Java Client 2.5.0.Final

com.openshift.client
Class InvalidCredentialsOpenShiftException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.openshift.client.OpenShiftException
                  extended by com.openshift.client.OpenShiftEndpointException
                      extended by com.openshift.client.InvalidCredentialsOpenShiftException
All Implemented Interfaces:
Serializable

public class InvalidCredentialsOpenShiftException
extends OpenShiftEndpointException

Author:
André Dietisheim
See Also:
Serialized Form

Constructor Summary
InvalidCredentialsOpenShiftException(String url, HttpClientException cause, RestResponse restResponse)
           
 
Method Summary
 
Methods inherited from class com.openshift.client.OpenShiftEndpointException
getRestResponse, getRestResponseMessage, getRestResponseMessages, getUrl
 
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

InvalidCredentialsOpenShiftException

public InvalidCredentialsOpenShiftException(String url,
                                            HttpClientException cause,
                                            RestResponse restResponse)
                                     throws OpenShiftException
Throws:
OpenShiftException

OpenShift Java Client 2.5.0.Final

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