fix UnAuthorizedDeviceAccessException.java

4.x.x
hasuniea 8 years ago
parent af58e5ec88
commit 9c3c08b4ca

@ -16,10 +16,10 @@
* under the License. * under the License.
* *
*/ */
package org.wso2.carbon.device.mgt.common; package org.wso2.carbon.device.mgt.common;
public class UnauthorizedDeviceAccessException extends RuntimeException { public class UnauthorizedDeviceAccessException extends RuntimeException {
private static final long serialVersionUID = -3151289331929070297L; private static final long serialVersionUID = -3151289331929070297L;
public UnauthorizedDeviceAccessException(String msg, Exception nestedEx) { public UnauthorizedDeviceAccessException(String msg, Exception nestedEx) {
@ -41,5 +41,4 @@ public class UnauthorizedDeviceAccessException extends RuntimeException {
public UnauthorizedDeviceAccessException(Throwable cause) { public UnauthorizedDeviceAccessException(Throwable cause) {
super(cause); super(cause);
} }
} }
Loading…
Cancel
Save