src/java.base/share/classes/java/security/GuardedObject.java
changeset 58242 94bb65cb37d3
parent 57950 4612a3cfb927
child 58519 6e017b301287
equal deleted inserted replaced
58241:33de7752835c 58242:94bb65cb37d3
    75      * Retrieves the guarded object, or throws an exception if access
    75      * Retrieves the guarded object, or throws an exception if access
    76      * to the guarded object is denied by the guard.
    76      * to the guarded object is denied by the guard.
    77      *
    77      *
    78      * @return the guarded object.
    78      * @return the guarded object.
    79      *
    79      *
    80      * @exception SecurityException if access to the guarded object is
    80      * @throws    SecurityException if access to the guarded object is
    81      * denied.
    81      * denied.
    82      */
    82      */
    83     public Object getObject()
    83     public Object getObject()
    84         throws SecurityException
    84         throws SecurityException
    85     {
    85     {