BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Interface PrivilegedExceptionAction


public interface PrivilegedExceptionAction

A computation to be performed with privileges enabled, that throws one or more checked exceptions. The computation is performed by invoking Security.doAsPrivileged on the PrivilegedExceptionAction object. This interface is used only for computations that throw checked exceptions; computations that do not throw checked exceptions should use PrivilegedAction instead.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.Object run()
           
 

Method Detail

run

public java.lang.Object run()
                     throws java.lang.Exception

Documentation is available at
http://www.weblogic.com/docs51