Class EMapperNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    public class EMapperNotFound
    extends ELdapException
    Exception for Publish Mapper not found.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EMapperNotFound​(java.lang.String errorString)
      Constructs a exception for a missing required mapper
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EMapperNotFound

        public EMapperNotFound​(java.lang.String errorString)
        Constructs a exception for a missing required mapper
        Parameters:
        errorString - Detailed error message.