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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java38 private static final String ERROR_FORMAT = "{0} {1}"; field in class:SessionInfoFactory
78 throw new SessionTimedOutException(MessageFormat.format(ERROR_FORMAT,
82 throw new SessionException(MessageFormat.format(ERROR_FORMAT,
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java40 private static final String ERROR_FORMAT = "{0} {1}"; field in class:SessionInfoFactory
80 throw new SessionTimedOutException(MessageFormat.format(ERROR_FORMAT,
84 throw new SessionException(MessageFormat.format(ERROR_FORMAT,

Completed in 27 milliseconds