Reverting back to runtime exceptions.

This commit is contained in:
sinthuja 2017-05-30 12:03:56 +05:30
parent dd6e70ce86
commit d882a05833
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
*/
package org.wso2.carbon.device.application.mgt.common.exception;
public class IllegalTransactionStateException extends ApplicationManagementException {
public class IllegalTransactionStateException extends RuntimeException {
private static final long serialVersionUID = -3151279331929070297L;

View File

@ -21,7 +21,7 @@ package org.wso2.carbon.device.application.mgt.common.exception;
/**
* This runtime exception will be thrown if the server has configured with unsupported DB engine.
*/
public class UnsupportedDatabaseEngineException extends ApplicationManagementException {
public class UnsupportedDatabaseEngineException extends RuntimeException {
private static final long serialVersionUID = -3151279311929070297L;