org.springframework.ldap
Class NameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.NameNotFoundException
- All Implemented Interfaces:
- Serializable
public class NameNotFoundException
- extends NamingException
Runtime exception mirroring the JNDI NameNotFoundException.
- Since:
- 1.2
- Author:
- Ulrik Sandberg
- See Also:
NameNotFoundException
,
Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
NameNotFoundException
public NameNotFoundException(String msg)
NameNotFoundException
public NameNotFoundException(NameNotFoundException cause)