Class EAuthzMgrPluginNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    public class EAuthzMgrPluginNotFound
    extends EAuthzException
    Exception for authorization manager plugin not found.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • EAuthzMgrPluginNotFound

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