Class InsufficientPrivilegeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.common.custom.policy.exceptions.InsufficientPrivilegeException
All Implemented Interfaces:
Serializable

public class InsufficientPrivilegeException extends Exception
Exception thrown when a custom policy tries to access a MBean which is not allowed to because of the user who assigned the custom policy does not have the proper privileges.
See Also:
  • Constructor Details

    • InsufficientPrivilegeException

      public InsufficientPrivilegeException(String message)