mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
This commit is contained in:
commit
fbf213f77c
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user