Sonar +
[platform/core/security/suspicious-activity-monitor.git] / servers / commons / src / main / java / com / samsung / commons / utils / sync / AsyncCode.java
index 8b0641f..dd3a331 100644 (file)
@@ -7,5 +7,5 @@ package com.samsung.commons.utils.sync;
  */
 @FunctionalInterface
 public interface AsyncCode<T> {
-    void async(ResultCallback<T> resultCallback) throws Throwable;
+    void async(ResultCallback<T> resultCallback) throws Exception;
 }