Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.permissions.rest.api.ApiException
-
- org.wso2.carbon.permissions.rest.api.NotFoundException
-
- All Implemented Interfaces:
Serializable
@Generated(value="io.swagger.codegen.languages.JavaMSF4JServerCodegen", date="2017-12-07T14:05:52.168Z") public class NotFoundException extends ApiException
- 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)
-
-