Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.swagger.codegen.v3.service.exception.ApiException
-
- io.swagger.codegen.v3.service.exception.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String msg)
NotFoundException(String msg, Throwable e)
-
Method Summary
-
Methods inherited from class io.swagger.codegen.v3.service.exception.ApiException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-