hudson.util
Class InsufficientPermissionDetected
java.lang.Object
hudson.util.ErrorObject
hudson.util.InsufficientPermissionDetected
public class InsufficientPermissionDetected
- extends ErrorObject
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
public final SecurityException exception
InsufficientPermissionDetected
public InsufficientPermissionDetected(SecurityException e)
getExceptionTrace
public String getExceptionTrace()
Copyright © 2004-2013. All Rights Reserved.