Class NotPermittedException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class NotPermittedException
    extends Exception
    Deprecated.
    since 7.0.1 , use PermissionException
    Exception thrown when you attempt to perform an operation that is not permitted. This will normally be thrown from "edit" operations, view operations should just behave as if the target does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotPermittedException

        public NotPermittedException()
        Deprecated.
      • NotPermittedException

        public NotPermittedException​(String message)
        Deprecated.
      • NotPermittedException

        public NotPermittedException​(String message,
                                     Throwable cause)
        Deprecated.
      • NotPermittedException

        public NotPermittedException​(Throwable cause)
        Deprecated.