Author: dblevins
Date: Fri Dec 1 18:02:53 2006
New Revision: 481490
URL: http://svn.apache.org/viewvc?view=rev&rev=481490
Log:
Added some missing exceptions
Added:
geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/ConcurrentAccessException.java
geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBAccessException.java
geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRequiredException.java
geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRolledbackException.java
Modified:
geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/NoSuchEJBException.java
Added: geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/ConcurrentAccessException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/ConcurrentAccessException.java?view=auto&rev=481490
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/ConcurrentAccessException.java
(added)
+++ geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/ConcurrentAccessException.java
Fri Dec 1 18:02:53 2006
@@ -0,0 +1,29 @@
+/**
+ *
+ * Copyright 2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+package javax.ejb;
+
+/**
+ * @version $Revision$ $Date$
+ */
+public class ConcurrentAccessException {
+}
Added: geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBAccessException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBAccessException.java?view=auto&rev=481490
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBAccessException.java
(added)
+++ geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBAccessException.java
Fri Dec 1 18:02:53 2006
@@ -0,0 +1,29 @@
+/**
+ *
+ * Copyright 2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+package javax.ejb;
+
+/**
+ * @version $Revision$ $Date$
+ */
+public class EJBAccessException {
+}
Added: geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRequiredException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRequiredException.java?view=auto&rev=481490
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRequiredException.java
(added)
+++ geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRequiredException.java
Fri Dec 1 18:02:53 2006
@@ -0,0 +1,29 @@
+/**
+ *
+ * Copyright 2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+package javax.ejb;
+
+/**
+ * @version $Revision$ $Date$
+ */
+public class EJBTransactionRequiredException {
+}
Added: geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRolledbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRolledbackException.java?view=auto&rev=481490
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRolledbackException.java
(added)
+++ geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/EJBTransactionRolledbackException.java
Fri Dec 1 18:02:53 2006
@@ -0,0 +1,29 @@
+/**
+ *
+ * Copyright 2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+//
+// This source code implements specifications defined by the Java
+// Community Process. In order to remain compliant with the specification
+// DO NOT add / change / or delete method signatures!
+//
+package javax.ejb;
+
+/**
+ * @version $Revision$ $Date$
+ */
+public class EJBTransactionRolledbackException {
+}
Modified: geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/NoSuchEJBException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/NoSuchEJBException.java?view=diff&rev=481490&r1=481489&r2=481490
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/NoSuchEJBException.java
(original)
+++ geronimo/specs/trunk/geronimo-ejb_3.0_spec/src/main/java/javax/ejb/NoSuchEJBException.java
Fri Dec 1 18:02:53 2006
@@ -23,7 +23,18 @@
package javax.ejb;
/**
- * @version $Revision$ $Date$
+ * @version $Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
*/
-public class NoSuchEJBException {
+public class NoSuchEJBException extends EJBException {
+ public NoSuchEJBException() {
+ super();
+ }
+
+ public NoSuchEJBException(Exception ex) {
+ super(ex);
+ }
+
+ public NoSuchEJBException(String message) {
+ super(message);
+ }
}
|