Class 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
    • 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)