Package org.apache.ignite
Class IgniteAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.IgniteAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class IgniteAuthenticationException extends IgniteCheckedException
Exception that represents authentication failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteAuthenticationException(String msg)
Creates authentication exception with given error message.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgniteAuthenticationException
public IgniteAuthenticationException(String msg)
Creates authentication exception with given error message.- Parameters:
msg
- Error message.
-
-