Class NotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen",
               date="2022-12-02T16:45:32.397906+08:00[Asia/Shanghai]")
    public class NotFoundException
    extends ApiException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotFoundException​(int code, java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(int code,
                                 java.lang.String msg)