Searched refs:SessionRequestException (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java211 } catch (SessionRequestException se) {
238 SessionRequestException {
257 throws SessionException, SessionRequestException {
259 throw new SessionRequestException(requesterSession.getSessionID(), SessionBundle.getString("noPrivilege"));
264 SessionRequestException {
280 throw new SessionRequestException(requesterSession.getSessionID(), SessionBundle.getString("noPrivilege"));
298 throw new SessionRequestException(requesterSession.getSessionID(), SessionBundle.getString("unknownRequestMethod"));
306 private void verifyTargetSessionExists(SessionID sid) throws SessionException, SessionRequestException {
308 throw new SessionRequestException(sid, SessionBundle.getString("sessionNotObtained"));
403 private class SessionRequestException extend class in class:SessionRequestHandler
407 public SessionRequestException(SessionID sid, String responseMessage) { method in class:SessionRequestHandler.SessionRequestException
[all...]

Completed in 210 milliseconds