Package org.apache.ignite.client
Class ClientAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.client.ClientException
-
- org.apache.ignite.client.ClientAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class ClientAuthenticationException extends ClientException
Indicates user name or password is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAuthenticationException(String msg)
Default constructor.ClientAuthenticationException(String msg, Throwable cause)
Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientAuthenticationException
public ClientAuthenticationException(String msg)
Default constructor.- Parameters:
msg
- Detail exception message.
-
-