org.jclouds.ultradns.ws
Class UltraDNSWSResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.http.HttpResponseException
                  extended by org.jclouds.ultradns.ws.UltraDNSWSResponseException
All Implemented Interfaces:
Serializable

public class UltraDNSWSResponseException
extends org.jclouds.http.HttpResponseException

See Also:
UltraDNSWSError, Serialized Form

Field Summary
 
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
 
Constructor Summary
UltraDNSWSResponseException(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response, UltraDNSWSError error)
           
 
Method Summary
 UltraDNSWSError getError()
           
 
Methods inherited from class org.jclouds.http.HttpResponseException
getCommand, getContent, getResponse, setContent
 
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

UltraDNSWSResponseException

public UltraDNSWSResponseException(org.jclouds.http.HttpCommand command,
                                   org.jclouds.http.HttpResponse response,
                                   UltraDNSWSError error)
Method Detail

getError

public UltraDNSWSError getError()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.