Class LinkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.LinkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LinkLoopException, MalformedLinkException

public class LinkException extends NamingException
Runtime exception mirroring the JNDI LinkException.
Since:
1.2
See Also:
  • Constructor Details