BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.acl
Interface PrivilegedExceptionAction


Deprecated. Deprecated in WebLogic Server 7.0.

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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 Object run()
          Deprecated.  
 

Method Detail

run

public Object run()
           throws Exception
Deprecated. 
Throws:
Exception

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.