Package hudson.util

Class InsufficientPermissionDetected

All Implemented Interfaces:
Serializable

public class InsufficientPermissionDetected extends BootFailure
Model object used to display the error top page if we find that we don't have enough permissions to run.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • exception

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Deprecated public final SecurityException exception
      Deprecated.
  • Constructor Details

    • InsufficientPermissionDetected

      public InsufficientPermissionDetected(SecurityException e)