Class LdapAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.impl.identity.IdentityProviderException
-
- org.camunda.bpm.identity.impl.ldap.LdapAuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class LdapAuthenticationException extends IdentityProviderException
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapAuthenticationException(java.lang.String message)
LdapAuthenticationException(java.lang.String message, java.lang.Throwable cause)
-