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