Package org.jclouds.ultradns.ws
Class UltraDNSWSResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.http.HttpResponseException
-
- org.jclouds.ultradns.ws.UltraDNSWSResponseException
-
- All Implemented Interfaces:
Serializable
public class UltraDNSWSResponseException extends HttpResponseException
- See Also:
UltraDNSWSError
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
-
-
Constructor Summary
Constructors Constructor Description UltraDNSWSResponseException(HttpCommand command, HttpResponse response, UltraDNSWSError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UltraDNSWSError
getError()
-
Methods inherited from class org.jclouds.http.HttpResponseException
getCommand, getContent, getResponse, setContent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UltraDNSWSResponseException
public UltraDNSWSResponseException(HttpCommand command, HttpResponse response, UltraDNSWSError error)
-
-
Method Detail
-
getError
@Nullable public UltraDNSWSError getError()
-
-