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
See Also:
  • Constructor Details

    • 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 message
      cause - the root cause (if any)