Searched defs:xcpt (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DUMSException.java255 * @param xcpt
264 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
267 out.println(xcpt.toString());
269 out.print(getStackTrace(xcpt));
358 static private String getStackTrace(Throwable xcpt) { argument
362 xcpt.printStackTrace(pw);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java245 * @param xcpt <code>Exception</code> to log.
251 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
254 out.println(xcpt.toString());
256 out.print(getStackTrace(xcpt));
346 static private String getStackTrace(Throwable xcpt) { argument
350 xcpt.printStackTrace(pw);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DUMSException.java255 * @param xcpt
264 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
267 out.println(xcpt.toString());
269 out.print(getStackTrace(xcpt));
358 static private String getStackTrace(Throwable xcpt) { argument
362 xcpt.printStackTrace(pw);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java245 * @param xcpt <code>Exception</code> to log.
251 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
254 out.println(xcpt.toString());
256 out.print(getStackTrace(xcpt));
346 static private String getStackTrace(Throwable xcpt) { argument
350 xcpt.printStackTrace(pw);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java265 * @param xcpt <code>Exception</code> to log.
270 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
272 out.println(xcpt.toString());
274 out.print(getStackTrace(xcpt));
356 * @param xcpt an embedded exception
358 static private String getStackTrace(Throwable xcpt) { argument
362 xcpt.printStackTrace(pw);
H A DFSRedirectException.java263 * @param xcpt <code>Exception</code> to log.
269 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
272 out.println(xcpt.toString());
274 out.print(getStackTrace(xcpt));
368 static private String getStackTrace(Throwable xcpt) { argument
372 xcpt.printStackTrace(pw);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java265 * @param xcpt <code>Exception</code> to log.
270 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
272 out.println(xcpt.toString());
274 out.print(getStackTrace(xcpt));
356 * @param xcpt an embedded exception
358 static private String getStackTrace(Throwable xcpt) { argument
362 xcpt.printStackTrace(pw);
H A DFSRedirectException.java263 * @param xcpt <code>Exception</code> to log.
269 static public PrintWriter log(Throwable xcpt, PrintWriter out) { argument
272 out.println(xcpt.toString());
274 out.print(getStackTrace(xcpt));
368 static private String getStackTrace(Throwable xcpt) { argument
372 xcpt.printStackTrace(pw);

Completed in 61 milliseconds