hudson.util
Class InsufficientPermissionDetected

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by 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

Field Summary
 SecurityException exception
           
 
Constructor Summary
InsufficientPermissionDetected(SecurityException e)
           
 
Method Summary
 String getExceptionTrace()
           
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

public final SecurityException exception
Constructor Detail

InsufficientPermissionDetected

public InsufficientPermissionDetected(SecurityException e)
Method Detail

getExceptionTrace

public String getExceptionTrace()


Copyright © 2004-2013. All Rights Reserved.