Searched defs:ex (Results 26 - 50 of 266) sorted by relevance

1234567891011

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java64 * @param ex an exception
66 public LogException(Exception ex) { argument
67 super(ex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaException.java62 * @param ex an exception
64 public IDFFMetaException(Exception ex) { argument
65 super(ex);
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/
H A DSQLExceptionHandler.java40 * @param ex The exception thrown by the database
44 boolean isErrorType(SQLException ex, ErrorType errorType); argument
48 * @param ex the exception thrown by the database
52 boolean isRetryable(SQLException ex, Connection connection); argument
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DDefaultSQLExceptionHandler.java44 public boolean isErrorType(SQLException ex, ErrorType errorType) { argument
45 return XOpenErrorMapping.isErrorType(ex, errorType);
51 public boolean isRetryable(SQLException ex, Connection connection) { argument
53 if (isErrorType(ex, ErrorType.CONNECTION_FAILURE) || isErrorType(ex, ErrorType.DEADLOCK_OR_TIMEOUT)
54 || isErrorType(ex, ErrorType.CANT_CHANGE_TX_ISOLATION)) {
H A DXOpenErrorMapping.java77 * @param ex an SQLException
81 public static boolean isErrorType(SQLException ex, ErrorType errorType) { argument
88 String sqlState = ex.getSQLState();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaException.java62 * @param ex an exception
64 public IDFFMetaException(Exception ex) { argument
65 super(ex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderException.java63 * @param ex an exception
65 public DataStoreProviderException(Exception ex) { argument
66 super(ex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java64 * @param ex an exception
66 public LogException(Exception ex) { argument
67 super(ex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java74 * @param ex an exception
76 public SessionException(Exception ex) { argument
77 super(ex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java217 public EncryptionException(Exception ex) { argument
218 super(ex);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DStdDebugFile.java69 * @param ex the exception (can be null)
71 public static void printError(String debugName, String message, Throwable ex) { argument
77 if (ex != null) {
78 ex.printStackTrace(System.err);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentException.java46 * @param ex The exception that originally caused the failure.
49 public AgentException(String msg, Exception ex) { argument
50 setInnerException(ex);
67 * @param ex The <code>Exception</code> which caused this failure.
69 public AgentException(Exception ex) { argument
70 this(ex.getMessage(), ex);
95 Throwable ex = getInnerException();
97 while(ex != null) {
98 if(ex instanceo
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DStdDebugFile.java71 * @param ex the exception (can be null)
73 public static void printError(String debugName, String message, Throwable ex) { argument
79 if (ex != null) {
80 ex.printStackTrace(System.err);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java74 * @param ex an exception
76 public SessionException(Exception ex) { argument
77 super(ex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionException.java217 public EncryptionException(Exception ex) { argument
218 super(ex);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java218 catch (Exception ex)
401 ApplicationException ex = errReader.getException();
402 if (ex == null)
404 ex = outputReader.getException();
406 if (ex != null)
412 throw ex;
644 private ApplicationException ex; field in class:ServerController.StartReader
709 ex = new ApplicationException(
728 return ex;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java219 catch (Exception ex)
402 ApplicationException ex = errReader.getException();
403 if (ex == null)
405 ex = outputReader.getException();
407 if (ex != null)
413 throw ex;
645 private ApplicationException ex; field in class:ServerController.StartReader
710 ex = new ApplicationException(
729 return ex;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java219 catch (Exception ex)
402 ApplicationException ex = errReader.getException();
403 if (ex == null)
405 ex = outputReader.getException();
407 if (ex != null)
413 throw ex;
645 private ApplicationException ex; field in class:ServerController.StartReader
710 ex = new ApplicationException(
729 return ex;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java218 catch (Exception ex)
401 ApplicationException ex = errReader.getException();
402 if (ex == null)
404 ex = outputReader.getException();
406 if (ex != null)
412 throw ex;
644 private ApplicationException ex; field in class:ServerController.StartReader
709 ex = new ApplicationException(
728 return ex;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java224 catch (Exception ex)
408 ApplicationException ex = errReader.getException();
409 if (ex == null)
411 ex = outputReader.getException();
413 if (ex != null)
419 throw ex;
651 private ApplicationException ex; field in class:ServerController.StartReader
716 ex = new ApplicationException(
735 return ex;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DL10NMessageImpl.java80 * @param ex if the exception message is instance of L10NMessage, the
83 public L10NMessageImpl(Throwable ex) { argument
84 this.message = ex.getMessage();
85 if (ex instanceof L10NMessage) {
86 L10NMessage lex = (L10NMessage) ex;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java129 * @param ex Root cause of this exception
131 public LDAPUtilException(Throwable ex) { argument
132 this.message = ex.getMessage();
133 if (ex instanceof L10NMessage) {
134 L10NMessage lex = (L10NMessage) ex;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DServerController.java218 catch (Exception ex)
401 ApplicationException ex = errReader.getException();
402 if (ex == null)
404 ex = outputReader.getException();
406 if (ex != null)
412 throw ex;
617 private ApplicationException ex; field in class:ServerController.StartReader
683 ex = new ApplicationException(
702 return ex;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DConsoleDebugLogPublisher.java96 Throwable ex, StackTraceElement[] stackTrace)
99 new Object[] { msg, ex, signature, sourceLocation });
105 DebugStackTraceFormatter.formatStackTrace(ex, settings
92 traceException(TraceSettings settings, String signature, String sourceLocation, String msg, Throwable ex, StackTraceElement[] stackTrace) argument
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngine.java79 } catch (RhinoException ex) {
80 throw convertException(ex);
81 } catch (IOException ex) {
82 throw new ScriptException(ex);
107 } catch (RhinoException ex) {
108 throw convertException(ex);
179 } catch (RhinoException ex) {
180 throw convertException(ex);
181 } catch (IOException ex) {
182 throw new ScriptException(ex);
212 convertException(RhinoException ex) argument
[all...]

Completed in 88 milliseconds

1234567891011