You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2013/12/14 06:51:29 UTC

[2/3] git commit: NonExistingLBException shouldn't be a runtime exception

NonExistingLBException shouldn't be a runtime exception


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9f013ae2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9f013ae2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9f013ae2

Branch: refs/heads/master
Commit: 9f013ae26b32dde38db4480eb6665402187843ad
Parents: 63c6f7c
Author: Nirmal Fernando <ni...@apache.org>
Authored: Sat Dec 14 11:19:53 2013 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Sat Dec 14 11:21:04 2013 +0530

----------------------------------------------------------------------
 .../stratos/autoscaler/exception/NonExistingLBException.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9f013ae2/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/exception/NonExistingLBException.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/exception/NonExistingLBException.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/exception/NonExistingLBException.java
index 45e50c4..471156b 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/exception/NonExistingLBException.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/exception/NonExistingLBException.java
@@ -18,7 +18,7 @@
  */
 package org.apache.stratos.autoscaler.exception;
 
-public class NonExistingLBException extends RuntimeException {
+public class NonExistingLBException extends Exception {
 
     private static final long serialVersionUID = -9163807860189126883L;