Package io.siddhi.service.api
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.siddhi.service.api.ApiException
-
- io.siddhi.service.api.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(int code, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(int code, String msg)
-
-
Method Detail
-
getCode
public int getCode()
- Overrides:
getCode
in classApiException
-
-