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:
Serializable
- Enclosing class:
- HttpCore
Exception signifying that an httpCore request failed with a WWW-Authenticate response
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.ably.lib.types.AblyException
AblyException.HostFailedException
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Fields inherited from class io.ably.lib.types.AblyException
errorInfo
-
Constructor Summary
-
Method Summary
Methods inherited from class io.ably.lib.types.AblyException
fromErrorInfo, fromErrorInfo, fromThrowable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
expired
public boolean expired -
authChallenge
-
proxyAuthChallenge
-
-
Constructor Details
-
AuthRequiredException
-