org.springframework.ldap.core
Class ObjectRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.core.ObjectRetrievalException
- All Implemented Interfaces:
- Serializable
public class ObjectRetrievalException
- extends NamingException
Thrown by a ContextMapperCallbackHandler
when it cannot retrieve an
object from the given Binding
.
- Since:
- 1.2
- Author:
- Ulrik Sandberg
- See Also:
- Serialized Form
ObjectRetrievalException
public ObjectRetrievalException(String msg)
- Create a new ObjectRetrievalException.
- Parameters:
msg
- the detail message
ObjectRetrievalException
public ObjectRetrievalException(String msg,
Throwable cause)
- Create a new ObjectRetrievalException.
- Parameters:
msg
- the detail messagecause
- the root cause (if any)