Class NotPermittedException

  • All Implemented Interfaces:
    Serializable

    public class NotPermittedException
    extends BaseModelerRestException
    Exception thrown when an operation is performed for which the current user has insufficient permissions.
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Constructor Detail

      • NotPermittedException

        public NotPermittedException()
      • NotPermittedException

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

        public NotPermittedException​(String message)
      • NotPermittedException

        public NotPermittedException​(Throwable cause)