Class ConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.odm.typeconversion.ConverterException
All Implemented Interfaces:
Serializable

public final class ConverterException extends NamingException
Thrown by the conversion framework to indicate an error condition - typically a failed type conversion.
See Also:
  • Constructor Details

    • ConverterException

      public ConverterException(String message)
    • ConverterException

      public ConverterException(String message, Throwable e)