Class ERulePluginNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    public class ERulePluginNotFound
    extends ELdapException
    Exception for Publisher Rule plugin not found. Plugin required to implement Ldap Rule.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ERulePluginNotFound​(java.lang.String errorString)
      Constructs a exception for a missing rule plugin.
    • 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

      • ERulePluginNotFound

        public ERulePluginNotFound​(java.lang.String errorString)
        Constructs a exception for a missing rule plugin.
        Parameters:
        errorString - Detailed error message.