Package org.apache.druid.error
Class NotFound
- java.lang.Object
-
- org.apache.druid.error.DruidException.Failure
-
- org.apache.druid.error.BaseFailure
-
- org.apache.druid.error.NotFound
-
public class NotFound extends BaseFailure
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DruidExceptionexception(String msg, Object... args)static DruidExceptionexception(Throwable t, String msg, Object... args)-
Methods inherited from class org.apache.druid.error.BaseFailure
makeException
-
Methods inherited from class org.apache.druid.error.DruidException.Failure
getErrorCode
-
-
-
-
Method Detail
-
exception
public static DruidException exception(String msg, Object... args)
-
exception
public static DruidException exception(Throwable t, String msg, Object... args)
-
-