Package io.ably.lib.http
Class HttpCore.AuthRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.ably.lib.types.AblyException
-
- io.ably.lib.http.HttpCore.AuthRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpCore
public static class HttpCore.AuthRequiredException extends AblyException
Exception signifying that an httpCore request failed with a WWW-Authenticate response- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.ably.lib.types.AblyException
AblyException.HostFailedException
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<HttpAuth.Type,java.lang.String>authChallengebooleanexpiredjava.util.Map<HttpAuth.Type,java.lang.String>proxyAuthChallenge-
Fields inherited from class io.ably.lib.types.AblyException
errorInfo
-
-
Constructor Summary
Constructors Constructor Description AuthRequiredException(java.lang.Throwable throwable, ErrorInfo reason)
-
Method Summary
-
Methods inherited from class io.ably.lib.types.AblyException
fromErrorInfo, fromErrorInfo, fromThrowable
-
-
-
-
Field Detail
-
expired
public boolean expired
-
authChallenge
public java.util.Map<HttpAuth.Type,java.lang.String> authChallenge
-
proxyAuthChallenge
public java.util.Map<HttpAuth.Type,java.lang.String> proxyAuthChallenge
-
-
Constructor Detail
-
AuthRequiredException
public AuthRequiredException(java.lang.Throwable throwable, ErrorInfo reason)
-
-