Class AuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.weaviate.client.v1.auth.exception.AuthException
All Implemented Interfaces:
Serializable

public class AuthException extends Exception
See Also:
  • Constructor Details

    • AuthException

      public AuthException(String message)
    • AuthException

      public AuthException(Throwable cause)
    • AuthException

      public AuthException(String message, Throwable cause)