adapters/turbine/src/java/org/apache/fulcrum/security/adapter/turbine/SecurityServiceAdapter.java [499:511]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        throws
            org.apache.turbine.util.security.DataBackendException,
            org.apache.turbine.util.security.UnknownEntityException
    {
        try
        {
            throw new UnknownEntityException("Not implemented");
        }
        catch (UnknownEntityException uee)
        {
            throw new org.apache.turbine.util.security.DataBackendException(
                uee.getMessage(),
                uee);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



adapters/turbine/src/java/org/apache/fulcrum/security/adapter/turbine/SecurityServiceAdapter.java [545:557]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        throws
            org.apache.turbine.util.security.DataBackendException,
            org.apache.turbine.util.security.UnknownEntityException
    {
        try
        {
            throw new UnknownEntityException("Not implemented");
        }
        catch (UnknownEntityException uee)
        {
            throw new org.apache.turbine.util.security.DataBackendException(
                uee.getMessage(),
                uee);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



