bean3.echo("validateCallerContext");
}
catch(Exception e)
{
GeneralSecurityException ex = new GeneralSecurityException("Unexpected exception");
ex.initCause(e);
throw ex;
}
validatePolicyContextSubject("exit", callerPrincipals);
validateSecurityAssociationSubject("exit", callerPrincipals);
}