diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2010-03-30 11:55:03 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2010-03-30 11:55:03 -0400 |
commit | ffcfbf9f1c4fd4df4a987bcd1b662311de1b6216 (patch) | |
tree | fcb4e25027a3547f57db9b7d13a9561cfd04ba30 /src/main/clojure | |
parent | 25071831e8367a4b4b1a3a3ce5ca6fc0e92fa8c7 (diff) |
troubleshooting build box: another ad hoc exception for read-supported
Diffstat (limited to 'src/main/clojure')
-rw-r--r-- | src/main/clojure/clojure/contrib/jmx/client.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/jmx/client.clj b/src/main/clojure/clojure/contrib/jmx/client.clj index fa67ca77..ed7419c1 100644 --- a/src/main/clojure/clojure/contrib/jmx/client.clj +++ b/src/main/clojure/clojure/contrib/jmx/client.clj @@ -45,7 +45,8 @@ InternalError java.io.NotSerializableException java.lang.ClassNotFoundException - javax.management.AttributeNotFoundException] + javax.management.AttributeNotFoundExceptiont + javax.management.RuntimeMBeanException] "Exceptions that might be thrown if you try to read an unsupported attribute. Found these by testing agains jconsole and Tomcat. This is dreadful and ad-hoc but I did not want to swallow all |