Class LdapAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.security.ldap.exception.LdapAuthenticationException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class LdapAuthenticationException
extends org.apache.ignite.lang.IgniteException
Ldap authentication exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLdapAuthenticationException(int code, String message) Constructor.LdapAuthenticationException(int code, String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
LdapAuthenticationException
Constructor.- Parameters:
message- Exception message.
-
LdapAuthenticationException
Constructor.- Parameters:
message- Exception message.cause- Cause exception.
-