Class ProxyHttpClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- org.n52.janmayen.exception.LocationHintException
-
- org.n52.sensorweb.server.helgoland.adapters.web.ProxyHttpClientException
-
- All Implemented Interfaces:
Serializable
public class ProxyHttpClientException extends org.n52.janmayen.exception.LocationHintException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyHttpClientException()ProxyHttpClientException(String message)ProxyHttpClientException(String message, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyHttpClientExceptioncausedBy(Throwable exception)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
causedBy
public final ProxyHttpClientException causedBy(Throwable exception)
-
-