-
public final class ConnectionState.Reason.ConnectionFailed extends ConnectionState.Reason
-
-
Constructor Summary
Constructors Constructor Description ConnectionState.Reason.ConnectionFailed(Throwable throwable)
-
Method Summary
Modifier and Type Method Description final ThrowablegetThrowable()-
-
Constructor Detail
-
ConnectionState.Reason.ConnectionFailed
ConnectionState.Reason.ConnectionFailed(Throwable throwable)
-
-
Method Detail
-
getThrowable
final Throwable getThrowable()
-
-
-
-