Package org.jclouds.http
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.http.HttpException
-
- All Implemented Interfaces:
Serializable
public class HttpException extends RuntimeException
// TODO: Adrian: Document this!- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpException(String s)
HttpException(String s, Throwable throwable)
HttpException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-