Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.analytics.auth.rest.api.ApiException
-
- org.wso2.carbon.analytics.auth.rest.api.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends ApiException
Not Found Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(int code, String msg)
-
Method Summary
-
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)
-
-