Package akka.http.impl.engine.client
Class ProxyConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.impl.engine.client.ProxyConnectionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public final class ProxyConnectionFailedException extends java.lang.RuntimeException implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyConnectionFailedException(java.lang.String msg)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
java.lang.String
msg()
static java.lang.String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-