diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnAuthorizedDeviceAccessException.java b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnauthorizedDeviceAccessException.java similarity index 99% rename from components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnAuthorizedDeviceAccessException.java rename to components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnauthorizedDeviceAccessException.java index 7a1846001cc..2f35d878f2c 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnAuthorizedDeviceAccessException.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/UnauthorizedDeviceAccessException.java @@ -16,10 +16,10 @@ * under the License. * */ + package org.wso2.carbon.device.mgt.common; public class UnauthorizedDeviceAccessException extends RuntimeException { - private static final long serialVersionUID = -3151289331929070297L; public UnauthorizedDeviceAccessException(String msg, Exception nestedEx) { @@ -41,5 +41,4 @@ public class UnauthorizedDeviceAccessException extends RuntimeException { public UnauthorizedDeviceAccessException(Throwable cause) { super(cause); } - }