Class ResourceNotFoundException

    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(String errCode,
                                         String message)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String errCode,
                                         String message,
                                         String identifier)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String errCode,
                                         String message,
                                         Object... params)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String errCode,
                                         String message,
                                         Throwable root)