Searched refs:ex (Results 51 - 75 of 2390) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java77 } catch (NoSuchAlgorithmException ex) {
78 DEBUG.error("JCECipherProvider: Algorithm doesn't exist: " + transformation, ex);
79 } catch (NoSuchPaddingException ex) {
80 DEBUG.error("JCECipherProvider: Padding doesn't exist: " + transformation, ex);
H A DPerThreadSAXParserProvider.java81 } catch (SAXException ex) {
83 if (ex.getCause() instanceof ParserConfigurationException) {
84 throw (ParserConfigurationException) ex.getCause();
86 throw ex;
109 } catch (ParserConfigurationException ex) {
110 throw new SAXException(ex);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/
H A DDebugLog.java36 * @param ex the exception to log the stack trace for.
38 void log(String message, Throwable ex); argument
/forgerock/openam/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...]
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java77 } catch (NoSuchAlgorithmException ex) {
78 DEBUG.error("JCECipherProvider: Algorithm doesn't exist: " + transformation, ex);
79 } catch (NoSuchPaddingException ex) {
80 DEBUG.error("JCECipherProvider: Padding doesn't exist: " + transformation, ex);
H A DPerThreadSAXParserProvider.java81 } catch (SAXException ex) {
83 if (ex.getCause() instanceof ParserConfigurationException) {
84 throw (ParserConfigurationException) ex.getCause();
86 throw ex;
109 } catch (ParserConfigurationException ex) {
110 throw new SAXException(ex);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/
H A DDebugLog.java36 * @param ex the exception to log the stack trace for.
38 void log(String message, Throwable ex); argument
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DResourceReader.java64 } catch (Exception ex) {
69 + fileName, ex);
80 } catch(Exception ex) {
84 + "trying to get resource for file " + fileName, ex);
99 } catch (Exception ex) {
102 + " to read content from file " + fileName, ex);
105 + " to read content from file " + fileName, ex);
130 } catch (Exception ex) {
133 + fileName, ex);
138 } catch (Exception ex) {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DSessionSiteNames.java70 } catch (SMSException ex) {
71 debug.error("SessionSiteNames.getNames", ex);
72 } catch (SSOException ex) {
73 debug.error("SessionSiteNames.getNames", ex);
84 } catch (SMSException ex) {
85 debug.error("SessionSiteNames.getExistingNames", ex);
86 } catch (SSOException ex) {
87 debug.error("SessionSiteNames.getExistingNames", ex);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderFactory.java83 } catch (Exception ex) {
84 throw new RuntimeException("Initialization Failed", ex);
/forgerock/openam-v13/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-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/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DSessionSiteNames.java70 } catch (SMSException ex) {
71 debug.error("SessionSiteNames.getNames", ex);
72 } catch (SSOException ex) {
73 debug.error("SessionSiteNames.getNames", ex);
84 } catch (SMSException ex) {
85 debug.error("SessionSiteNames.getExistingNames", ex);
86 } catch (SSOException ex) {
87 debug.error("SessionSiteNames.getExistingNames", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderFactory.java83 } catch (Exception ex) {
84 throw new RuntimeException("Initialization Failed", 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-core/src/main/java/com/sun/identity/entitlement/log/
H A DLoggerFactory.java69 } catch (InstantiationException ex) {
70 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
71 } catch (IllegalAccessException ex) {
72 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
73 } catch (ClassNotFoundException ex) {
74 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
/forgerock/openam-v13/openam-tools/openam-installer-utils/src/main/java/org/forgerock/openam/installer/utils/
H A DStatusChecker.java89 } catch (ProtocolException ex) {
90 ex.printStackTrace();
91 } catch (IOException ex) {
92 ex.printStackTrace();
97 } catch (IOException ex) {
103 } catch (Exception ex) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DCommonFactory.java65 } catch (Exception ex) {
68 + className, ex);
80 } catch (Exception ex) {
83 + className, ex);
95 } catch (Exception ex) {
98 + className, ex);
111 } catch (Exception ex) {
114 + className, ex);
133 } catch (Exception ex) {
136 + className, ex);
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/
H A DMergeClientConfig.java54 } catch (Exception ex) {
55 ex.printStackTrace();
90 } catch (IOException ex) {
91 ex.printStackTrace();
110 } catch (IOException ex) {
111 ex.printStackTrace();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/log/
H A DLoggerFactory.java69 } catch (InstantiationException ex) {
70 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
71 } catch (IllegalAccessException ex) {
72 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
73 } catch (ClassNotFoundException ex) {
74 PolicyConstants.DEBUG.error("LoggerFactory.<init>", ex);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/
H A DMergeClientConfig.java54 } catch (Exception ex) {
55 ex.printStackTrace();
90 } catch (IOException ex) {
91 ex.printStackTrace();
110 } catch (IOException ex) {
111 ex.printStackTrace();
/forgerock/openam/openam-tools/openam-installer-utils/src/main/java/org/forgerock/openam/installer/utils/
H A DStatusChecker.java89 } catch (ProtocolException ex) {
90 ex.printStackTrace();
91 } catch (IOException ex) {
92 ex.printStackTrace();
97 } catch (IOException ex) {
103 } catch (Exception ex) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObject.java98 } catch (Exception ex) {
100 ex);
101 throw new EntityException(ex.getMessage(), "1000");
130 } catch (Exception ex) {
132 ex);
133 throw new EntityException(ex.getMessage(), "1000");
161 } catch (Exception ex) {
162 EntityUtils.debug.warning("EntityObject:getEntity->Exception", ex);
163 throw new EntityException(ex.getMessage(), "1000");
196 } catch (Exception ex) {
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObject.java98 } catch (Exception ex) {
100 ex);
101 throw new EntityException(ex.getMessage(), "1000");
130 } catch (Exception ex) {
132 ex);
133 throw new EntityException(ex.getMessage(), "1000");
161 } catch (Exception ex) {
162 EntityUtils.debug.warning("EntityObject:getEntity->Exception", ex);
163 throw new EntityException(ex.getMessage(), "1000");
196 } catch (Exception ex) {
[all...]

Completed in 362 milliseconds

1234567891011>>