Class LdapNameFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.directory.ldap.name.LdapNameFormatException
- All Implemented Interfaces:
Serializable
Represents an error when parsing a String into a CrowdLdapName (i.e. LdapName and Rdn related parsing).
- Since:
- 5.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLdapNameFormatException
(String message, Throwable cause) LdapNameFormatException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LdapNameFormatException
-
LdapNameFormatException
-