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 SummaryConstructors Constructor Description IgniteAuthenticationException(String msg)Creates authentication exception with given error message.
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteCheckedExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
IgniteAuthenticationExceptionpublic IgniteAuthenticationException(String msg) Creates authentication exception with given error message.- Parameters:
- msg- Error message.
 
 
- 
 
-