Searched defs:ex (Results 1 - 25 of 44) sorted by relevance

12

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DAccessLocalException.java72 public AccessLocalException(String message, Exception ex) { argument
73 super(message, ex);
H A DConcurrentAccessException.java76 public ConcurrentAccessException(String message, Exception ex) { argument
77 super(message, ex);
H A DEJBException.java72 public EJBException(Exception ex) { argument
73 super(ex);
80 public EJBException(String message, Exception ex) { argument
81 super(message, ex);
H A DEJBTransactionRolledbackException.java74 public EJBTransactionRolledbackException(String message, Exception ex) { argument
75 super(message, ex);
H A DNoSuchEJBException.java71 public NoSuchEJBException(String message, Exception ex) { argument
72 super(message, ex);
H A DNoSuchEntityException.java81 public NoSuchEntityException(Exception ex) { argument
82 super(ex);
H A DNoSuchObjectLocalException.java71 public NoSuchObjectLocalException(String message, Exception ex) { argument
72 super(message, ex);
H A DTransactionRolledbackLocalException.java74 public TransactionRolledbackLocalException(String message, Exception ex) { argument
75 super(message, ex);
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DSecurityLifecycleException.java49 public SecurityLifecycleException(Exception ex) { argument
50 this.initCause(ex);
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/invocation/
H A DInvocationException.java50 private Exception ex; field in class:InvocationException
60 public InvocationException(Exception ex) { argument
61 this.ex = ex;
65 return ex;
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/
H A DPoolingException.java55 public PoolingException(Exception ex) { argument
56 super(ex.getMessage(), ex);
59 public PoolingException(String s, Exception ex) { argument
60 super(s, ex);
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DAdminCommandLockException.java64 public AdminCommandLockException(String message, Throwable ex) { argument
65 super(message, ex);
H A DAdminCommandLockTimeoutException.java64 public AdminCommandLockTimeoutException(String message, Throwable ex) { argument
65 super(message, ex);
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/
H A DResourceException.java154 * @param ex linked Exception
162 public void setLinkedException(Exception ex) { argument
163 linkedException = ex;
/glassfish-3.1.2/ejb/ejb-internal-api/src/main/java/org/glassfish/ejb/api/
H A DResourcesExceededException.java48 private Exception ex; field in class:ResourcesExceededException
57 public ResourcesExceededException(Exception ex) { argument
58 super(ex.getMessage());
59 this.ex = ex;
62 public ResourcesExceededException(String s, Exception ex) { argument
64 this.ex = ex;
68 return ex;
73 if (ex !
[all...]
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/
H A DTaskBase.java61 void error(Exception ex) throws BuildException { argument
63 throw new BuildException(ex);
65 ex.printStackTrace();
/glassfish-3.1.2/javaee-api/javax.javaee/compact/src/main/java/
H A DDIY.java221 } catch (IOException ex) {
222 reportError(ex, cs);
223 } catch (CompletionFailure ex) {
224 reportError(ex, cs);
225 } catch (RuntimeException ex) {
226 reportError(ex, cs);
242 void reportError(Throwable ex, Element element) { argument
245 ex.getLocalizedMessage(),
249 ex.getLocalizedMessage());
264 } catch (ClassWriter.StringOverflow ex) {
[all...]
/glassfish-3.1.2/jms/admin/src/main/java/org/glassfish/jms/admin/cli/
H A DJMSAdminException.java87 * @param ex the linked Exception
89 public synchronized void setLinkedException(Exception ex) { argument
90 linkedException = ex;
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectionDefinitionUtils.java271 private static void handleException(Exception ex, String className) { argument
273 _logger.log(Level.FINE, "Exception while trying to find properties of class [ "+className+" ]", ex);
275 Object param[] = new Object[]{className, ex.getMessage()};
H A DConnectorTimerProxy.java101 } catch(Exception ex) {
102 handleTimerException(ex);
112 } catch(Exception ex) {
113 _logger.log(Level.WARNING, "exception_cancelling_timer", ex.getMessage());
123 } catch(Exception ex) {
124 _logger.log(Level.WARNING, "exception_purging_timer", ex.getMessage());
142 } catch(Exception ex) {
143 handleTimerException(ex);
161 } catch(Exception ex) {
162 handleTimerException(ex);
234 handleTimerException(Exception ex) argument
[all...]
H A DSetMethodAction.java135 } catch (Exception ex) {
136 handleException(ex, prop, bean);
143 private void handleException(Exception ex, EnvironmentProperty prop, Object bean) throws ConnectorRuntimeException { argument
146 ex.getMessage()});
150 ex + " on an instance of " + bean.getClass());
153 (new ConnectorRuntimeException(ex.getMessage()).initCause(ex));
/glassfish-3.1.2/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/
H A DOSGIModule.java67 } catch (Exception ex) {
106 public void handle(Exception ex) { argument
108 // logger.warning(ex.getMessage());
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DSenderReceiver.java151 * @param ex The exception on the message.
161 org.omg.CORBA.Environment ex)
169 CurrentTransaction.receivedReply(id, context, ex);
160 received_reply(int id, PropagationContext context, org.omg.CORBA.Environment ex) argument
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/transport/
H A DJBIAdapter.java107 public void handleException(Exception ex) { argument
108 con.handleException(ex);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DSetCommand.java332 } catch (TransactionFailure ex) {
334 ex.getMessage()), ex);
557 Exception ex) {
560 if (ex != null)
561 context.getActionReport().setFailureCause(ex);
556 fail(AdminCommandContext context, String msg, Exception ex) argument

Completed in 507 milliseconds

12