Package org.springframework.ldap
Class InvalidNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.ldap.NamingException
-
- org.springframework.ldap.InvalidNameException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidNameException extends NamingException
Runtime exception mirroring the JNDI InvalidNameException.- Since:
- 1.2
- See Also:
InvalidNameException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidNameException(javax.naming.InvalidNameException cause)
-
Method Summary
-
Methods inherited from class org.springframework.ldap.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-