Search Results
OK to copy?
Examples 81 through 90 of
179 (0.015 seconds)
Class:
org.springframework.core.NestedCheckedException
©,
Rating:
0% of 0,
C1
Class: org.springframework.core.NestedCheckedException ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C2
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
Class: org.htmlparser.util.ChainedException ©, Rating: 0% of 0, C1
Class: org.htmlparser.util.ChainedException ©, Rating: 0% of 0, C1
067 */
068 public NestedCheckedException(String msg, Throwable ex) {
069 super(msg);
070 this.cause = ex;
071 }
Class: org.springframework.core.NestedCheckedException ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C2
121 assertTrue(!rta.rollbackOn(new RuntimeException()));
122 assertTrue(!rta.rollbackOn(new EJBException()));
123 assertTrue(!rta.rollbackOn(new Exception()));
124 assertTrue(!rta.rollbackOn(new ServletException()));
125 }
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
108
109 assertTrue(rta.rollbackOn(new RuntimeException()));
110 assertTrue(rta.rollbackOn(new Exception()));
111 // Check that default behaviour is overridden
112 assertFalse(rta.rollbackOn(new ServletException()));
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
090 assertTrue(rta.rollbackOn(new RuntimeException()));
091 // Check default behaviour is overridden
092 assertTrue(!rta.rollbackOn(new Exception()));
093 // Check that default behaviour is overridden
094 assertTrue(rta.rollbackOn(new RemoteException()));
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
069 // Check default behaviour is overridden
070 assertTrue(!rta.rollbackOn(new EJBException()));
071 assertTrue(!rta.rollbackOn(new Exception()));
072 // Check that default behaviour is overridden
073 assertTrue(rta.rollbackOn(new ServletException()));
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
055 assertTrue(rta.rollbackOn(new RuntimeException()));
056 assertTrue(rta.rollbackOn(new EJBException()));
057 assertTrue(!rta.rollbackOn(new Exception()));
058 // Check that default behaviour is overridden
059 assertTrue(rta.rollbackOn(new ServletException()));
Class: org.springframework.transaction.interceptor.RuleBasedTransactionAttributeTests ©, Rating: 0% of 0, C1
040 assertTrue(rta.rollbackOn(new RuntimeException()));
041 assertTrue(rta.rollbackOn(new EJBException()));
042 assertTrue(!rta.rollbackOn(new Exception()));
043 assertTrue(!rta.rollbackOn(new ServletException()));
044 }
Class: org.htmlparser.util.ChainedException ©, Rating: 0% of 0, C1
092 public ChainedException(String message, Throwable throwable)
093 {
094 super(message);
095 this.throwable = throwable;
096 }
Class: org.htmlparser.util.ChainedException ©, Rating: 0% of 0, C1